omerahat / Notepad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad

This is a simple notepad application implemented in Python using the PyQt5 module. It provides a basic text editor with the ability to save and open files.

Requirements

To run the script, you need to have the following software installed on your computer:

  • Python

  • PyQt5

Installation

To run this application, you need to have Python 3 and the PyQt5 module installed on your system. You can install PyQt5 using pip:

pip install PyQt5

Once you have installed PyQt5, you can run the application by running the following command:

python notepad.py

Usage

The notepad application provides a basic text editor with three buttons:

  • Clear: Clears the text in the editor.
  • Open: Opens a file from disk and displays its contents in the editor.
  • Save: Saves the content of the editor to a file.

To open a file, click on the Open button and select the file you want to open. To save the content of the editor to a file, click on the Save button and select a file name and location. To clear the text in the editor, click on the Clear button.

Acknowledgments

PyQt5 documentation

Output

image

About


Languages

Language:Python 81.0%Language:Dockerfile 19.0%