Skip to content

hllibrkaya/pyqt5-notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Text Editor (Notepad)

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.

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

Toolbar and Drag-and-Drop

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.

Requirements

  • Python 3.x
  • PyQt5 library

Installation and Usage

  1. Navigate to the root directory of the project.
  2. Run the notepad.py file in the root directory to launch the application.
  3. 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.

Screenshot

notepad

About

Pyqt5 Notepad app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages