List of all the side-projects persued
Here contained are list of projects spanning various domains:
- Downloaded Files Sorting Script - file_sort.py
- Coronavirus Tracker - coronavirus.py
- Website Status Checker - resultCheck.py
file_sort.py, uncomment the while loop to run in background
$ python3 file_sort.py
For coronavirus tracker script
To generate India stats:
$ python3 coronavirus.py
To generate State stats pass State Code as comand-line argument:
$ python3 coronavirus.py KA
To get stats about a specific district;
$ python3 coronavirus.py 'stateName' 'districtName'
$ python3 coronavirus.py Maharashtra Mumbai
For Website Status Checker, change the web-address to reflect your needs and run the script in background
$ python3 resultCheck.py
MIT
Free Software, Hell Yeah!