A game where you guess a word that is choosen randomly.
go to releases and click on assests then choose the binary type for you os.
windows > exe
linux > appimage
NOTE: this project uses python 3.10.6
How to:
- download the source code
- open the terminal or command prompt and type:
pip install pysimplegui
pip install playsound
and if you are using linux type:
sudo apt-get install python3-tk
to make sure you also have tkinter - extract the zip file and delete everything except the .py file and the .ico file
- Open the terminal and make sure the directory is the same one which has the files you didnt delete
- type
pip install pyinstaller
- now you are ready to compile, type
pyinstaller -F -w -i word.ico WordPredict.py
or for linuxpyinstaller -F -w WordPredict.py
- when it finished the application should be in the dist folder
Developer - blabla_lab
GUI Library - PySimpleGUI
Sounds - Nathan Gibson