-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to create a .exe? #7
Comments
Hello, how are you? I use PyInstaller, and it works fine. You can install it here To compile, just run this file: build.bat or run this command: pyinstaller --onefile --windowed --uac-admin --optimize=2 --i="NONE" --add-data "assets/fonts/arial.ttf;fonts" --add-data "assets/fonts/icons.ttf;fonts" --add-data "assets/fonts/weapon.ttf;fonts" --add-data "assets/textures/colorpicker.png;textures" main.py |
Actually the error appeared after I used main |
Some required dependencies are not yet installed on your machine. To install, run the following commands at the command prompt (cmd): requests: pip install requests pymeow: pip install https://github.com/qb-0/pyMeow/releases/download/1.73.42/pyMeow-1.73.42.zip |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
How plataform do u use for create a exe?
i'll have used a pyInstaller, but, dont work with reality of i need, can u explain me?
The text was updated successfully, but these errors were encountered: