/PyDeskUI

Python TKinter UI Demo

Primary LanguagePythonMIT LicenseMIT

PyDeskUI

Python TKinter Simple UI Components

⚠️This project is still in development and is only for testing and learning, not production

Usage

Installation

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

Demo

Draw Bing Dwen Dwen

cd demo/draw_bdd
python main.py

Develop demo

cd pydeskui
python demo.py

Build

pip install pyinstaller
pyinstaller -F -w -i ./core/assets/img/logo.ico ./core/grid.py

Contribution

Check Contributing Guide

Reference