y-delta / projects

List of all the side-projects pursued

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects

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

How to execute?

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

License

MIT

Free Software, Hell Yeah!

About

List of all the side-projects pursued

License:MIT License


Languages

Language:Python 100.0%