https://github.com/openhacking/pydeskui
Python TKinter UI Demo
https://github.com/openhacking/pydeskui
python tkinter tkinter-gui ui uikit
Last synced: 11 months ago
JSON representation
Python TKinter UI Demo
- Host: GitHub
- URL: https://github.com/openhacking/pydeskui
- Owner: openHacking
- License: mit
- Created: 2021-12-10T09:46:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T10:00:24.000Z (almost 3 years ago)
- Last Synced: 2024-09-26T08:44:31.486Z (over 1 year ago)
- Topics: python, tkinter, tkinter-gui, ui, uikit
- Language: Python
- Homepage: https://lwebapp.com/
- Size: 118 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
# 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
```sh
cd demo/draw_bdd
python main.py
```
Develop demo
```sh
cd pydeskui
python demo.py
```
### Build
```bash
pip install pyinstaller
pyinstaller -F -w -i ./core/assets/img/logo.ico ./core/grid.py
```
## Contribution
Check [Contributing Guide](./.github/contributing.md)
## Reference
- https://tkdocs.com/tutorial/