A simple terminal that show you info about your pc status.
- tkinter
- pathlib
- queue
- threading
- time
- socket
- psutil
- platform
To install the tool first you need to download the source code from github, then download and intall python on your PC (https://www.python.org/downloads/), then you need to install the libraries, to install the libraries run the following commands:
pip install pathlibpip install socket.pypip install psutilThe other libraries can be installed when you install python. The commands to install the libraries may be different for other OS. The tool was written for Windows, but it may work also for linux.
To run the tool open the terminal in the project folder and run
python main.pyIn all the project is used GitHub Copilot just as assistant to the coding, so the logic operations and the ideas of all the projects are of the developer. The AI helped just to write code fast (for example when it is repetitive), to write the comments (the less important) and helped to learn how to use some libraries (for example for a project I'd used psutil, the AI helped me to study the docs of the library).