-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TURN THE SCIPT INTO EXE #609
Comments
i've gone another way. make a batch file like "miner.bat" with simple lines:
then i used a tool named "Bat_To_Exe_Converter". |
Does it run in background with no cli open ? |
you can simply add to the batch BETTER Way to run it "hidden" using pythonw.exe instead of the standard python.exe. Save the program with a .pyw extension and now it will open with pythonw.exe. No shell window. For example, if you have run.py, you need to rename it to run.pyw. |
You can go even further using NSSM or the like and turn it into a service so it automatically runs at startup. |
Is your feature request related to a problem?
Hey, i tried to compile the run.py into an exe with pyinstaller. It doesn't seem to work because a missing "codes.txt" file.
Could you guys help me with that ?
Thanks
Proposed solution
add a codes.txt in dir
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: