Metadata-Version: 2.1
Name: gtop_sprokkel78
Version: 1.1.9
Summary: A graphical user interface in pygtk for Process and Network overview on Mac mini.
Author-email: Sprokkel78 <sprokkel78.bart@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# gtop

A graphical user interface in pygtk for Process and Network overview on Mac mini.
It requires Homebrew, Python3.11 and PyGObject.

1. Install Homebrew
2. $/opt/homebrew/bin/brew install python3 python3-pip
3. $/opt/homebrew/bin/brew install pygobject3 gtk+3
4. $/opt/homebrew/bin/pip3 install psutil
5. $/opt/homebrew/bin/pip3 install gtop-sprokkel78
6. $cd /opt/homebrew/lib/python3.11/site-packages/gtop_sprokkel78
7. $/opt/homebrew/bin/python3 ./gtop.py

Don't forget to run the app with the python3 binary that was installed 
with homebrew. It's in /opt/homebrew/bin/python3  

Note: You must run gtop.py from it's own directory or it won't find the css file.

Check https://github.com/sprokkel78/gtop for development and pre-releases.

