/Notepad_app

This is a simple desktop Notepad app I created using PyQt5 library in Python.

Primary LanguagePython

Notepad_app

This is a simple desktop Notepad app I created using PyQt5 library in Python.


  • The username and password to enter this app is melisa and 123456 relatively.

Ekran görüntüsü 2024-02-21 185639 Ekran görüntüsü 2024-02-21 185653

  • Once you enter the main page, you will see two options on top of the page. File and about. Ekran görüntüsü 2024-02-21 185728

  • File will allow you to make four simple operations: Open, save, clear and exit.

    • Open, allows you to import files, open files. Also you can use the short cut 'Ctrl+S' for this operation.
    • Save, allows you to save the file where ever you want to. You can use the shortcut 'Ctrl+O' for this operation.
    • Clear will remove everything on the page. You can use the shortcut 'Ctrl+D' for this operation.
    • Exit will close the app. You can use the shortcut 'Ctrl+Q ' for this operation.

Ekran görüntüsü 2024-02-21 185752