Metadata-Version: 2.1
Name: idle
Version: 1.0.4
Summary: Alternavtive of notepad
Home-page: UNKNOWN
Author: Devesh Sharma
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

### 🌟 Welocome to Idle Text Editor 🌟
| ![PyPI](https://img.shields.io/pypi/v/idle?style=for-the-badge) | ![PyPI - Format](https://img.shields.io/pypi/format/idle?style=for-the-badge) |
|------|-----|
| ![PowerShell Gallery](https://img.shields.io/powershellgallery/p/DNS.1.1.1.1?style=for-the-badge) | ![PyPI - License](https://img.shields.io/pypi/l/idle?style=for-the-badge) |
| ![Lines of code](https://img.shields.io/tokei/lines/github/devesh01032008/idle?style=for-the-badge) | ![GitHub release (latest by date)](https://img.shields.io/github/v/release/devesh01032008/idle?style=for-the-badge) |

This is a program written in tkinter which acts as text editor.This can be used to edit file and as alternative of notepad.

### Photos of idle text editor
| ![Demo Photo](img/idle-text-editor.jpg) | ![Save Photo](img/save-as-photo.jpg) |
|------|-------|

### Steps to Download textEditor
```
#For Linux
sudo apt install python3
pip3 install idle

#For Windows
pip install idle

#For macOs
brew install python3
pip install idle
```
It would automatically launch when it is imported in program and nothing is required to launch this program
### How to use it?
```
import idle
# run this command in python Interpretator
# this will automatically launch idle display
```

### About The Author
![Devesh Sharma](img/devesh.jpeg)

I am Devesh Sharma.I read in class 9. I live in samalkha,panipat located in India has created this program as alternative of text editor such as notepad
This program aim to provide a graphical user interface to users which uses python.

### 🌟 Ways to contact me 🌟
[Github](https://www.github.com/devesh01032008/)<br />
[Email](mailto:deveshsharma1009@gmail.com)

### Show your support 🌟
```       
                  Licenced
                © Copyright 2021-22
                All rights reserved
```


