Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/advance_python-tkinter
Creating apps using Tkinter-python
https://github.com/arun2002k/advance_python-tkinter
apps python3 tkinter
Last synced: about 2 months ago
JSON representation
Creating apps using Tkinter-python
- Host: GitHub
- URL: https://github.com/arun2002k/advance_python-tkinter
- Owner: arun2002k
- Created: 2023-10-23T09:09:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T07:25:36.000Z (about 1 year ago)
- Last Synced: 2023-11-07T08:30:10.596Z (about 1 year ago)
- Topics: apps, python3, tkinter
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advance_python-Tkinter
This is the repository for practicing Tkinter on python.
## Installation
Install tkinter package with pip
```bash
pip install tkinter
```
## Running TestsTo run tests, run the following command in the
terminal```bash
python clac.py
```