https://github.com/yasenstar/dev_python
https://github.com/yasenstar/dev_python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yasenstar/dev_python
- Owner: yasenstar
- Created: 2022-10-05T21:03:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T17:05:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T01:49:32.245Z (4 months ago)
- Language: Python
- Size: 14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev_python
## Covert python script to stand-alone app
`pyinstaller --noconsol --icon=favicon.ico script.py`
- noconsol: Disable Consol
- favicon: replace by icon file
- script: replace by python file name