A fully-featured, modern notepad application built with Python and ttkbootstrap. Includes autosave, syntax highlighting, tabbed editing, a login system, and even a built-in game!
- โ Dark theme and customizable themes via menu
- ๐ Login system with credential check
- ๐ Open, edit, and save
.txtfiles - ๐ง Real-time syntax highlighting (Python keywords)
- ๐พ Autosave to
versions/folder every 60 seconds - ๐งฎ Word and character count
- ๐ Session duration tracker
- ๐ฎ Built-in game: Tic-Tac-Toe
- ๐งน Clear text, search and highlight
- ๐งพ Toggleable line numbers
- Python 3.x
- ttkbootstrap
- Standard Libraries:
tkinter,os,math,time
-
Clone this repository:
git clone https://github.com/alfiehealy/alfie-notepad-pro.git cd alfie-notepad-pro -
Install dependencies:
pip install -r requirements.txt
-
Run the app:
python alfienotepad.py
alfie-notepad-pro/
โโโ alfienotepad.py # main application
โโโ requirements.txt
โโโ assets/ # screenshots
โโโ LICENSE

