https://github.com/rajputrockstar/tkinter-notepad
RockStar Notepad is a simple text editor built using tkinter in Python.
https://github.com/rajputrockstar/tkinter-notepad
notepad python python-modules python-notepad python-script python3 tkinter tkinter-gui tkinter-python
Last synced: 3 months ago
JSON representation
RockStar Notepad is a simple text editor built using tkinter in Python.
- Host: GitHub
- URL: https://github.com/rajputrockstar/tkinter-notepad
- Owner: RAJPUTRoCkStAr
- Created: 2023-07-10T20:07:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T05:17:31.000Z (12 months ago)
- Last Synced: 2025-02-03T05:46:38.156Z (5 months ago)
- Topics: notepad, python, python-modules, python-notepad, python-script, python3, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage: https://github.com/RAJPUTRoCkStAr/Tkinter-Notepad
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RockStar Notepad
RockStar Notepad is a simple text editor built using tkinter in Python. It offers basic functionalities such as opening and saving files, text editing operations (cut, copy, paste), and additional features like opening a new window for editing.
## Features
- **Open File**: Opens a text file from your system.
- **Save File**: Saves the current content to a chosen file format (txt, html).
- **New Window**: Opens a new instance of the text editor for simultaneous editing.
- **Edit Operations**: Cut, copy, and paste text within the editor.
- **Help**: Provides basic help information (to be updated).
- **Font**: Allows customization of the text font and size (to be updated).
- **About**: Displays information about the notepad application.## Usage
1. **Installation**:
- Clone the repository:
```bash
git clone https://github.com/RAJPUTRoCkStAr/RockStar-Notepad.git
cd RockStar-Notepad
```
- Run the application:
```bash
python notepad.py
```2. **Menu Navigation**:
- **File Menu**: Use for opening, saving, or creating a new window.
- **Edit Menu**: Use for text editing operations.
- **Help Menu**: Basic help and about information (to be updated).3. **Text Area**:
- Type and edit text directly in the main text area.## Contributing
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (`git checkout -b feature/YourFeature`).
- Commit your changes (`git commit -am 'Add some feature'`).
- Push to the branch (`git push origin feature/YourFeature`).
- Create a new Pull Request.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contact
For inquiries or feedback, feel free to contact RoyalRockStar (sumit).