Skip to content

y-delta/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages