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.
-
Once you enter the main page, you will see two options on top of the page. File and about.
-
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.