https://github.com/sanogotech/pythongui
TKinter
https://github.com/sanogotech/pythongui
Last synced: 2 months ago
JSON representation
TKinter
- Host: GitHub
- URL: https://github.com/sanogotech/pythongui
- Owner: sanogotech
- Created: 2020-04-28T12:50:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T13:07:53.000Z (about 5 years ago)
- Last Synced: 2025-02-09T00:16:50.934Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pythongui : TKinter
## Install modules
```python
pip install tkinter
```## Run
```
python calculatorgui.py
```