An open API service indexing awesome lists of open source software.

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

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/