Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Tests

To run tests, run the following command in the
terminal

```bash
python clac.py
```