Metadata-Version: 2.1
Name: tk-notepad
Version: 0.5
Summary: tk-notepad is a notepad program developed with Tkinter, equipped with a simple interface.
Home-page: https://github.com/ryanvij/tk-notepad
Author: ryanvij
Author-email: ryan.vijay2006@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

# tk-notepad

tk-notepad is a notepad program developed with [Tkinter](https://docs.python.org/3/library/tkinter.html), equipped with a simple and easy-to-understand interface. 

## Installation from PyPI
`pip install tk-notepad` or `pip3 install tk-notepad`

## Installation from Github
`git clone https://github.com/ryanvij/tk-notepad.git`


`cd tk-notepad`


## Usage
After installing the package from PyPi, run `tk-notepad` from anywhere.

```bash
tk-notepad
```
If it is installed from Github, then run
```bash
python tk_notepad/notepad.py
```



