PyPad is a university project - the tiny copy of default Windows notepad with new features build with Python and Tkinter.
- Run
pypad.exe
or
- Install Python 3
- Download or clone this repo
- Run
pip install -r requirements.txt
- Run
python app.py
-
Program:
- Opening files
- Saving files
- Closing editor
- Choosing directory
-
Editor:
- Replacing
- Finding
- Line numbering
- Word counting
-
Theme:
- Color
- Font
- Zooming
- Zoom in
- Zoom out
- Zoom reset
- Save user's preferences
-
Security:
- Encrypt file
- Decrypt file
- Add logging
- Add multiple files opening
- Add multy lang support