Multi tasking program¶
Estimated time to read: 5 minutes
September 13, 2021 · ~5 minutes
This is a project about Tkinter that I did to improve my coding skills
About project¶
With the sketchy knowledge that I learned from tkinter, I tried to create a software with many functions, to help users monitor system time, display RAM. More specifically, the login as well as the system registration with a rudimentary data encryption algorithm. Hope this project can help readers have a new look at python language.
Features¶
Sign up account
Login in account
Encode password
Display hardware information (use thread)
Install¶
Git clone¶
-
Create any folder, then git clone package there
* Install psutil * Install Pillow with pip:-
Windows Installation
-
macOS Installation
-
-
You can also directly install the modules in the program through the
requirements.txt
file
Run program¶
- Make sure you have done created a folder before.
- Run
main.py
in package. - You have to create a account first, then log in.
- Experience this app application
Documents¶
For help getting started with python, view our online documentation.
Bugs and Issues¶
Have a bug or an issue with this project? Open a new issue here on GitHub.
Screenshots¶
1. Home screen¶
2. Home interface¶
3. Login¶
4. Sign up¶
5. Applications¶
6. About me¶
7. Notifications¶
8. User information¶
As you can see from the screenshots above, Im not really good at design things and this repo is just a part of me practice making an app with little knowledges about tkinter, encoding, creating a file, some layout stuff in Python. The content for the app will be in the application part as I will try to make it even better