SimpleEdit is a simple text editor written in Python using the Tkinter library.
- Create, open, and save text files.
- Word Wrap support.
- Help and About menus.
- Alternate About window when pressing Ctrl+Alt+H.
- Make sure you have latest Python installed.
- Clone the repository:
git clone https://github.com/WinXP655/SimpleEdit.git - Install dependencies:
pip install -r requirements.txt - Run the program:
python se.py
- Press
Ctrl+F1to open the standard About window. - Press
Ctrl+Alt+Hto open the alternate About window.
- Poppler (PDF tools) https://github.com/oschwartz10612/poppler-windows




