MatthiasSchinzel / sysmon

Graphical system monitor for linux, including information about CPU, GPU, Memory, HDD/SDD and your network connections. Similar to windows task manager.
GNU General Public License v3.0
294 stars 25 forks source link

Refactor into Python Package #15

Closed krateng closed 3 years ago

krateng commented 3 years ago

Hey,

fantastic software! Just figured I'd turn it into a python package, ready to be executed with python3 -m sysmon and uploaded to PyPI (with the help of setup.py, you can then specify entry points to run the package from anywhere with a dedicated command).

MatthiasSchinzel commented 3 years ago

Wow, great! Thank you so much! I prepare everything to upload to pypi!