https://github.com/abhinavkumar2369/python-notepad
A GUI Notepad 🧑💻 Application made using Python Tkinter.
https://github.com/abhinavkumar2369/python-notepad
app notepad python python-gui tkinter tkinter-gui
Last synced: 9 months ago
JSON representation
A GUI Notepad 🧑💻 Application made using Python Tkinter.
- Host: GitHub
- URL: https://github.com/abhinavkumar2369/python-notepad
- Owner: abhinavkumar2369
- License: mit
- Archived: true
- Created: 2024-05-25T19:00:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T16:24:24.000Z (over 1 year ago)
- Last Synced: 2025-02-21T03:43:00.584Z (11 months ago)
- Topics: app, notepad, python, python-gui, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Python Notepad
## Overview 🌟
- This simple notepad application allows users to create, edit, and save text files conveniently.
- It's built using Python and utilizes the Tkinter library for the graphical user interface.
## Features 🚀
- **Create New Documents**: Start writing new documents with a single click.
- **Open Existing Documents**: Open and edit existing text files effortlessly.
- **Save Documents**: Save your work to disk for later retrieval.
- **Text Editing**: Basic text editing functionalities like cut, copy, paste, and undo.
- **Simple Interface**: Clean and intuitive user interface for ease of use.
## Screenshot 🖼️



## Installation ⚒️
1. Clone the repository:
```bash
git clone https://github.com/abhinavkumar2369/Python-Notepad.git
```
3. Navigate to the project directory:
```bash
cd Python-Notepad
```
## Usage 🤖
1. Run the script:
```bash
python Source_Code.py
```
## Attribution 🙏
- Logo Image used in the Repository belong to the [SVG Repo](https://www.svgrepo.com/) Website.
## Contributions 🧑💻
Contributions are welcome! Please feel free to submit issues and pull requests.
## License 🪪
This project is licensed under the [MIT License](LICENSE).