Github Latest Release (v3.0.0): https://github.com/Jspahiu/Notepad-Python/tree/v3.0.0
Hack Club Summer of Making Link: https://summer.hackclub.com/projects/7469
Notepad Python is a basic, free, lightweight notepad desktop application made entirely in Python. It offers a familiar interface for creating, editing, and managing plain text files, inspired by the simplicity of classic notepad apps found on Windows.
- Create, Open, Save, Delete Notes: Easily manage your text files using the menu options at the top ("Create", "Open", "Save", "Delete").
- Simple Styling: Changing font sizes, font styles, and font colors.
- Tabs: Which can be useful for having multiple files at once!
- Clean User Interface: Large, uncluttered writing area—perfect for quick notes and focused editing.
- Distraction-Free: Only the essential features you expect from a notepad app.
Above: The main window of Notepad Python, showing the intuitive menu and writing area.
-
Clone the Repository
git clone https://github.com/Jspahiu/Notepad-Python.git
-
Run the Application
-------- For Running Python File Itself --------
- Make sure you have Python installed (the app uses
tkinter, which is included in standard Python distributions). - Make sure you enter the correct version for the path to the files
cd Notepad-Python/Notepad Python Versions/v x.x.x/ python main_vX.pyy-------- For Running Notepad Python on .exe file (WINDOWS ONLY) --------
cd Notepad-Python/Notepad Python .exe/vXRun the .exe file that is in there!
- Make sure you have Python installed (the app uses
-
Clone the Repository
git clone https://github.com/Jspahiu/Notepad-Python.git
-
Run the Application
-------- For Running Python File Itself --------
- Make sure you have Python installed (the app uses
tkinter, which is included in standard Python distributions). - Make sure you enter the correct version for the path to the files
cd Notepad-Python/Notepad Python Version v3.0.0 python main_v3.pyy-------- For Running Notepad Python on .exe file (WINDOWS ONLY) --------
cd Notepad-Python/Notepad Python v3.0.0 .exeRun the .exe file that is in there!
- Make sure you have Python installed (the app uses
- Use the menu bar at the top for all major actions: creating, opening, saving, deleting notes, and adjusting style.
- Write your notes in the large central area.
- Exit safely using the "Exit" menu.
This app is ideal for anyone who wants a straightforward, reliable notepad with no distractions. It's also a great example for beginners learning how to build desktop apps in Python using Tkinter.
Pull requests and suggestions are welcome! Feel free to fork the repo and improve upon the project!
If you are in the Hack Club, feel free to vote for this project for support of future projects!
Enjoy using Notepad Python!