Skip to content
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

Closed
jottaslv opened this issue Feb 6, 2025 · 4 comments
Closed

How to create a .exe? #7

jottaslv opened this issue Feb 6, 2025 · 4 comments

Comments

@jottaslv
Copy link

jottaslv commented Feb 6, 2025

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?

@gabsroot
Copy link
Owner

gabsroot commented Feb 6, 2025

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

@jottaslv
Copy link
Author

jottaslv commented Feb 7, 2025

Image

this error appeared when I used your .bat, what did you do differently? I didn't change any files, I just downloaded them from your git.

@jottaslv
Copy link
Author

jottaslv commented Feb 7, 2025

Actually the error appeared after I used main

@gabsroot
Copy link
Owner

gabsroot commented Feb 7, 2025

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

@gabsroot gabsroot closed this as completed Feb 8, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants