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
- Host: GitHub
- URL: https://github.com/shaikhsajid1111/text-editor
- Owner: shaikhsajid1111
- License: apache-2.0
- Created: 2020-02-26T16:08:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T05:23:39.000Z (almost 5 years ago)
- Last Synced: 2025-06-09T07:56:13.198Z (4 months ago)
- Topics: gui, python, python-tkinter, text-editor, theme, tkinter, ttkthemes
- Language: Python
- Homepage:
- Size: 26.6 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Argon Text Editor

[](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
# LICENSE
**Apache License 2.0**