Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours ago
JSON representation
A GUI Notepad 🧑💻 Application made using Python Tkinter.
- Host: GitHub
- URL: https://github.com/abhinavkumar2369/python-notepad
- Owner: abhinavkumar2369
- License: mit
- Created: 2024-05-25T19:00:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T16:24:24.000Z (4 months ago)
- Last Synced: 2024-07-11T18:48:32.346Z (4 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 🖼️
![image](https://github.com/abhinavkumar2369/Python-Notepad/assets/170245635/cd65f85c-9658-4fa5-949c-f6aca77831e9)
![image](https://github.com/abhinavkumar2369/Python-Notepad/assets/170245635/fecf977d-7328-4a10-bff8-8e7c9c6218f5)
![image](https://github.com/abhinavkumar2369/Python-Notepad/assets/170245635/e392eee8-e54b-4c06-ab3b-a832e383b0f6)## 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).