/projectCreator

Simple Mac App which allows create new project folder structure on storage.

Primary LanguagePython

projectCreator

Simple Mac App which allows to create new project folder structure on storage.

Pyinstaller:

$ pyinstaller --windowed --icon icon_path --name ProjectCreator ProjectCreator_2020.py
$ cd dist/myapp.app/Contents/MacOs
$ mkdir tcl tk
$ cp -R /Library/Frameworks/Python.framework/Versions/3.7/lib/tcl* tcl/
$ cp -R /Library/Frameworks/Python.framework/Versions/3.7/lib/tk* tk/
$ cp -R /Library/Frameworks/Python.framework/Versions/3.7/lib/Tk* tk/