An open API service indexing awesome lists of open source software.

https://github.com/gill-singh-a/iitk-heat-map

Programs that counts number of people in different computer labs of campus
https://github.com/gill-singh-a/iitk-heat-map

iitk linux paramiko python3 ssh

Last synced: 5 months ago
JSON representation

Programs that counts number of people in different computer labs of campus

Awesome Lists containing this project

README

          

# IITK Heat Map
Programs that counts number of people in different areas of campus.
## Requirements
Language Used = Python3

Modules/Packages used:
* paramiko
* ftplib
* getpass
* datetime
* optparse
* colorama
* time

Install the dependencies:
```bash
pip install -r requirements.txt
```