index — aboutMe @ main

Little GUI that generates small minesweeper fields, ready to be copied in a Discord-syntax

README.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
# aboutMe
copies a minesweeper with discord syntax into your clipboard

## For python execution
requires the external libraries **PyQt6** for GUI, **pyperclip** for clipboard access on python and **num2words** to convert numbers into the number words for the emojis on discord

## Windows Execution
the folder contains a windows executable file with all the other files you need to execute it on windows

## Other operating systems
you'll have to build an executable for your operating system yourself based on the given python file