Python TKinter Simple UI Components
⚠️ This project is still in development and is only for testing and learning, not production
root path
# install dependencies from requirements.txt
pip install -r requirements.txt
# install PyDeskUI by setup.py, build mode
python setup.py build
python setup.py install
Draw Bing Dwen Dwen
cd demo/draw_bdd
python main.py
Develop demo
cd pydeskui
python demo.py
pip install pyinstaller
pyinstaller -F -w -i ./core/assets/img/logo.ico ./core/grid.py
Check Contributing Guide