Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 759 Bytes

File metadata and controls

28 lines (17 loc) · 759 Bytes

Process-Visualization

using python to make graphs about processes and various system utilites

Getting Started

All the codes are tested on linux machines. Running these codes on windows 32 or 64 bit can be fatal so avoid it.

Prerequisites

What things you need to install the software and how to install them

Python 2.7 or 3.5 
pip for installing modules
first clone the repository and run the following command in the terminal

git clone https://github.com/amardeep-programmer/Process-Visualization.git
pip install -r requirements.txt
apt-get install python-tk (for python 2.7)
apt-get install python3-tk (for python 3.5)



License

This project is licensed under the GNU License - see the LICENSE.md file for details