A clean, minimal, and lightweight desktop text editor built with Python using the Tkinter GUI framework. This project demonstrates foundational concepts in GUI development, file handling, and event-driven programming.
- File Operations: Easily create
New File,Open...existing text documents, orSave Asyour current progress. - Modern Typography: Styled with the popular Montserrat font for high readability.
- Smart Word Wrap: Automatic word-wrapping ensures text never flows off the screen sideways.
- Native OS Menus: Features a clean drop-down menu bar integrated with your operating system's window frame.
- Python 3.x installed on your computer.
- The Montserrat font family installed locally.
- Clone this repository to your local machine:
git clone https://github.com/MD-ANIKS/custom-text-editor-tkinter.git
- Navigate into the project folder:
cd custom-text-editor-tkinter - Run the application:
python main.py
- Python 3 - Programming language.
- Tkinter - Built-in Python GUI library.