An open API service indexing awesome lists of open source software.

https://github.com/yasenstar/dev_python


https://github.com/yasenstar/dev_python

Last synced: 3 months ago
JSON representation

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