Skip to content

Commit 5d29e0e

Browse files
authored
Create README.md
1 parent 1173690 commit 5d29e0e

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Python Notepad Application
2+
3+
A simple and functional text editor built using Python and Tkinter. This application provides basic text editing features, including file operations, find and replace, text formatting, and keyboard shortcuts.
4+
5+
## Screenshot/s
6+
7+
![{B037AEFD-8CE7-4F68-9A2A-B12973197051}](https://github.com/user-attachments/assets/e6b3cd70-ae1d-4510-bab6-c37717055e55)
8+
9+
## Requirements
10+
11+
- Python 3.x
12+
- Tkinter (usually included with Python)
13+
14+
## Installation
15+
16+
1. Clone the repository or download the `main.py` file.
17+
2. Ensure Python 3.x is installed on your system.
18+
3. Run the application using the following command:
19+
20+
```
21+
python main.py
22+
```
23+
24+
## Usage
25+
26+
- **File Menu**:
27+
- **New Window**: Opens a new Notepad window.
28+
- **Open**: Opens an existing text file.
29+
- **Save**: Saves the current text to a file.
30+
31+
- **View Menu**:
32+
- **Find & Replace**: Opens a dialog to find and replace text.
33+
- **Format**: Opens a dialog to change the font and size of the text.
34+
35+
- **Help Menu**:
36+
- **About**: Displays information about the application.
37+
- **List Shortcuts**: Shows a list of available keyboard shortcuts.
38+
39+
## Keyboard Shortcuts
40+
41+
- **Ctrl+N**: New Window
42+
- **Ctrl+O**: Open File
43+
- **Ctrl+S**: Save File
44+
- **Ctrl+Z**: Undo
45+
- **Ctrl+Backspace**: Delete Word
46+
- **Ctrl+F**: Find and Replace
47+
48+
## License/s
49+
50+
- [MIT](https://choosealicense.com/licenses/mit/)
51+
52+
## Acknowledgements
53+
54+
- Thanks to the open-source community for their contributions.
55+
- Built with ❤️ by [vanitas-kh](https://github.com/vanitas-kh).

0 commit comments

Comments
 (0)