Welcome to Python Notepad β a simple π text editor built in Python! Open, edit, and save text with an easy-to-use GUI interface.
Perfect for editing quick notes and learning how to build desktop apps! π GitHub
A small but functional notepad application built using Python. GitHub
Open a friendly window where you can type, edit, and save text. GitHub
Load text from disk or save your current work with ease. GitHub
Runs anywhere Python is supported (Windows, macOS, Linux). GitHub
Make sure you have:
π Python 3.x installed
π¦ Standard libraries (no extra installs if youβre using tkinter) β it comes with Python!
π¦ Installation & Usage
Clone this repo:
git clone https://github.com/ammarr12/notepad.git
Navigate into directory:
cd notepad
Run the app:
python notepad.py
π Thatβs it β your notepad should open up as a window you can type in! GitHub
This app is using Pythonβs GUI toolkit (e.g., tkinter) to build a window and text box. It includes:
A menu bar with File β Open / Save
Editing and formating options e.g font color
Simple file handling functions to load and save .txt files
Note: Let me know if you want a code walkthrough or improvements like font size selectors, undo/redo, or dark mode!
Contributions are welcome! β¨ If you want to add features (like Find & Replace π, status bar π§Ύ, formatting, etc.):
Fork the repo
Create a new feature branch
Open a pull request here on GitHub
If you found this helpful β give it a β on GitHub! Feel free to reach out if you want enhancements, bug fixes, or a full rewrite in another GUI framework (PyQt, Kivy, etc.) πποΈ Python Notepad π
Welcome to Python Notepad β a simple π text editor built in Python! Open, edit, and save text with an easy-to-use GUI interface.
Perfect for editing quick notes and learning how to build desktop apps! π GitHub