NoobNote
-by NoobScience 2021
NoobNote is a beginner friendly project for python.
You have to have python  installed to use NoobNote
It is a almost perfect clone of Notepad. 
It is Registered under the MIT Lisence.
Feel free to use it however you like.

NoobNote is not compiled. You may compile it with easily with pyinstaller maually in the terminal or run compile.bat or compile.sh to compile with pyinstaller.
NoobNote is not compiled because it is not yet a fully develloped app. It is just my fun take on how Notepad should be. If you encounter any errors, run the trobuleshoot.py to check or the error or any missing modules
NoobNote_explained.py has comments on the internal working of NoobNote. This will be useful for begginers as well as to trobuleshoot any problems you have.
Run NoobNote.py for normal use
Run NoobNote.pyw for use withour terminal
NoobNote.py can be usefull for trobuleshooting
Although it should be noted that even though NoobNote is not compiled, it has many uses over Notepad:
1. No telementry. Everything is done locally
2. Lightweight
3. Open Source
4. Easy USe
5. Beginner Friendly Tool

Features of NoobNote:
1. Dark and Light Theme
2. Text Formating(Bold, Italic, etc)
3. Has the option to print
4. Easy to Use
5. Custom Color Formatting
6. Insert time and date
7. Has many hotkeys
8. Customizable by directly editing code
9. Option to toggle fullscreen

Hotkeys:
Ctrl + N - New File
Ctrl + Shift + N - New Window
Ctrl + O - Open File
Ctrl + S - Save File
Ctrl + Shift + S - Save File As
Ctrl + C - Copy
Ctrl + X - Cut
Ctrl + V - Paste
Ctrl + A - Select All
Ctrl + T - Clear All
Ctrl + Z - Undo
Ctrl + Y - Redo
Ctrl + B - Bold 
Ctrl + I - Italic
Ctrl + U - Underline
Ctrl + F - Toggle Fullscreen
Ctrl + L - Toggle Light Theme
Ctrl + D - Toggle Dark Theme

Details:
Author: NoobScience
Website: https://newtoallofthis123.github.io/About
NoobNote Website: https://newtoallofthis123.github.io/NoobNote

Hope You Enjoy it








