https://github.com/zaxovaiko/pypad
📓 Copy of Windows notepad built with Python and Tkinter
https://github.com/zaxovaiko/pypad
gui notepad pypad python tkinter windows-notepad
Last synced: 3 months ago
JSON representation
📓 Copy of Windows notepad built with Python and Tkinter
- Host: GitHub
- URL: https://github.com/zaxovaiko/pypad
- Owner: zaxovaiko
- Created: 2021-01-04T10:45:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T15:20:19.000Z (over 4 years ago)
- Last Synced: 2025-01-27T06:28:25.214Z (5 months ago)
- Topics: gui, notepad, pypad, python, tkinter, windows-notepad
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyPad - secure notepad
PyPad is a university project - the tiny copy of default Windows notepad with new features build with Python and Tkinter.
## Installation
1. Run `pypad.exe`
**or**
1. Install Python 3
2. Download or clone this repo
3. Run `pip install -r requirements.txt`
3. Run `python app.py`## Functionality:
- 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## To-do
- [ ] Add logging
- [ ] Add multiple files opening
- [ ] Add multy lang support## Screenshots





