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/pywc
python3 -m venv <directory>
cd
into 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 pywc
python -m pywc --gui
pywc
(when installed)pywc --gui
(when installed)python cli.py
python gui.py
pywc.exe
(when exe is built)pywcg.exe
(when exe is built)
- See Makefile
- The resulting exes will go in the
dist/
folder