This project contains a basic text editor application developed using the PyQt5 library. With this application, you can open, edit, save, and print text files. It also provides essential editing operations and some special features.
- Opening and editing text files
- Saving files in different formats
- Printing functionality
- Basic editing operations (cut, copy, paste, undo, redo)
- Text wrapping feature
- Screen capturing functionality
The application provides various features using toolbars. Icons on the toolbars visualize the corresponding functions to enhance the user experience. Additionally, the toolbars can be moved within the application window by dragging and dropping them. This allows users to place the toolbars in the desired locations.
- Python 3.x
- PyQt5 library
- Navigate to the root directory of the project.
- Run the
notepad.py
file in the root directory to launch the application. - You can use the menus and toolbars to edit text, open files, and save files.
Alternatively, you can use the notepad.exe
application file in the project folder to run the application.