Complete rework for GUI, experimental EXE file and other minor changes, see readme for more info

This commit is contained in:
Kristofer Söderström
2023-06-30 16:11:59 +02:00
parent b765ff6bc6
commit d96333a5a7
19 changed files with 386 additions and 520 deletions

9
Mac_instructions.md Normal file
View File

@@ -0,0 +1,9 @@
### How to run on Mac
Unfortunately, I have not found a permament solution for this, not being a Mac user has limited the ways I can test this.
#### Recommended steps
1. Open a terminal and navigate to the root folder (the downloaded the folder).
1. You can also right-click (or equivalent) on the root folder to open a Terminal within the folder.
2. Run the following command:
```
python main.py
```