Python CLI and GUI Application with Database Demo
This is only for demo and reference. Only inputs on the left most column work now!
Installation
Install with pip or download the pre-compiled executable file from here.
pip install git+https://github.com/changyuheng/python-cli-and-gui-application-with-database-demo.git
Usage
CLI
cli-demo
Desktop
desktop-demo
Development
Environment
Setup
pip install poetry
poetry install
Packaging
CLI app
poetry run pyinstaller --clean cli-demo.spec
Desktop app
poetry run pyinstaller --clean desktop-demo.spec