This repository is a sample application used during the PyconDE talk titled Script, Library, or Executable: You can have it all!.
- Python 3.6 and above
 - See requirements.txt for additional requirements
installable via 
pip 
git clone https://github.com/durden/pywcpython3 -m venv <directory>
cdinto checked out folderpip install .ormake install
python -m pywc -h- This works from any current working directory if installed in step 2 otherwise it will only work when in the checked out directory.
 
python -m pywcpython -m pywc --guipywc(when installed)pywc --gui(when installed)python cli.pypython gui.pypywc.exe(when exe is built)pywcg.exe(when exe is built)
- See Makefile
 - The resulting exes will go in the 
dist/folder