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
- Host: GitHub
- URL: https://github.com/gill-singh-a/iitk-heat-map
- Owner: Gill-Singh-A
- Created: 2024-05-16T22:38:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T21:11:31.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T19:45:42.383Z (about 1 year ago)
- Topics: iitk, linux, paramiko, python3, ssh
- Language: Python
- Homepage: https://home.iitk.ac.in/~amansg22/
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```