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

https://github.com/shaikhsajid1111/text-editor

A text editor written with Python's Tkinter
https://github.com/shaikhsajid1111/text-editor

gui python python-tkinter text-editor theme tkinter ttkthemes

Last synced: 2 months ago
JSON representation

A text editor written with Python's Tkinter

Awesome Lists containing this project

README

          

# Argon Text Editor

![](Ar.ico)

[![Python 3.7.6](https://img.shields.io/badge/python-3.7.6-blue.svg)](https://www.python.org/downloads/release/python-376/)

**a text editor written with python**
>About
Argon Text Editor is a simple text editor written with python's tkinter.

# How to use?
- Open terminal in project's directory and run ```python 'Argon Text Editor.py'```

# Features
>Argon text editor is written in python tkinter.
- This text editor lets you edit text quickly with features like find and replace.
- It also has various features of text formatting such as Bold,Italic and text alignment.
- With different themes available, you can also type in different kinds of fonts that you like

# Technologies

* [Python](https://python.org) - Source Language
* [Tkinter](https://wiki.python.org/moin/TkInter) - Provides GUI for the application
* [ttkthemes](https://pypi.org/project/ttkthemes/) - Provides theme for the GUI

![](screenshots/capture.PNG)

# LICENSE
**Apache License 2.0**