index — aboutMe @ ffd298d80d63ae083257b463940e8e54683a350e

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

Merge branch 'main' of https://github.com/crispy-caesus/aboutMe
crispy-caesus testobjektc@gmail.com
Fri, 10 Nov 2023 15:30:47 +0100
commit

ffd298d80d63ae083257b463940e8e54683a350e

parent

f2f6593e62648990ea5f687d33c8442564bb857b

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
A README.md

@@ -0,0 +1,11 @@

+# aboutMe +copies a minesweeper with discord syntax into your clipboard + +## For python execution +requires the external libraries PyQt6 for GUI and pyperclip for clipboard access on python + +## 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