This (π Notepad) is a simple text editor application built using Python and the Tkinter library. It allows users to create new files β¨, open existing text files π, and save their work πΎ with ease. The application includes all basic editing features like Cut βοΈ, Copy π, and Paste π for smooth text handling. π¨ It also provides full font customization where the user can change the font family π€, font size π , and font style like Bold , Italic , or Bold Italic directly from the menu. π A vertical scrollbar is added for easy navigation in large documents. π·οΈ The title bar automatically updates with the file name when a file is opened or saved. π This project is a great example of GUI development in Python and covers file handling, menu creation, and dynamic font settings in one application.
- File Operations: New, Open, Save text files π
- Edit Tools: Cut βοΈ, Copy π, Paste π
- Font Customization: Change Font Family, Size, and Style π€
- Styles Supported: Normal, Bold, Italic and Bold Italic
- Scrollbar: Easy navigation for large files π
- Dynamic Title: Shows current file name in title bar π·οΈ
- Lightweight: Fast and simple GUI using Tkinter
- Font Control: 10+ font families, multiple font sizes 8-72
- Install Python (version 3.x)
- Download or Clone this Repo
- Open terminal in the project folder, then Run:
python "Notepad.py"- πΌGithub: @anujkumar55333
- βοΈTelegram: @Anuj Kumar

