MO-SYS-INFO
is a Python script that displays system information and allows clearing logs for specific paths.
-
Clear Logs:
- Provides buttons to clear VNA and MiBroker logs separately.
- Displays a message on success or an error message on failure.
-
Disk Information:
- Shows information about disk partitions, including total, used, and free space.
-
RAM Information:
- Constantly updates and displays RAM usage information.
- Python 3
- Required Python packages can be installed using
pip install psutil
- Run the script using Python:
python mo_sys_info.py
The script uses the psutil library to gather system information.
Contributions are welcome! If you find a bug or have suggestions, please create an issue or a pull request.