- Autocompletion for parenthesis and quote
- Auto identation
- Syntax highlighting
- Compile and run from editor
- Themes
- Customization option
Command | KeyBinding | Description |
---|---|---|
Copy | ctrl+c | Copy selected text |
Cut | ctrl+x | Cut selected text |
Undo | ctrl+z | undo edits to the text area |
Redo | ctrl+y | redo edits to the text area on Windows |
Paste | ctrl+v | Paste text from the clipboard |
Bold | ctrl+b | Bold selected text |
Find and Replace | ctrl+f | Find and replace specified text |
Highlight | ctrl+h | Highlight selected text |
Hide Menu | alt | Hides menu bar from view in the text editor |
Hide Line Numbers | ctrl+shift+l | Hides line numbers from text area |
New File | ctrl+n | Open a new empty file |
Load Previous File | ctrl+p | Loads the last file you had open |
Open File | ctrl+o | Open an existing file |
Open File Tree | ctrl+t | Opens file tree for seamless work inside a directory |
Color Menu | ctrl+m | Opens color menu |
Run File | ctrl+r | Run the currently active file |
Save | ctrl+s | Save the currently active file |
Save As | ctrl+shift+s | Save the currently active file under a different name |
Change Font Size | ctrl+mousewheel | Increases or decrease font size |
Indent | tab | Indent one or multiple lines |
Unindent | shift+tab | Unindent one or multiple lines |
git clone https://github.com/Mirko-r/Notepy && cd Notepy
pip install -r requirements.txt
python notepy.py
sudo apt-get install python3 python3-tk
git clone https://github.com/Mirko-r/Notepy && cd Notepy
pip install -r requirements.txt
python notepy.py
You can also download Notepy from the Release page
Version | Supported |
---|---|
latest released version | ✅ |
beta version (not released) | ✅ |
Copyright (c) Mirko Rovere. All right Reserved.
Licensed under the MIT license.