Skip to content

Commit

Permalink
updated the read me file with added info
Browse files Browse the repository at this point in the history
added info on the new stanalone .py file
  • Loading branch information
dakkshesh07 authored Sep 28, 2020
1 parent 7ef4e69 commit 16b4e37
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ How to use this program(this program can only be used as a import package for no
1.Download the package from github as a zip file
2.Extract the file to unzip its contents
3.open the folder and open your cmd/terminal in that folder to install the pip packages using the requirements.txt
4.make/save your new .py files in that same folder so that you could import the function
5.in your .py in which you are going to use this fucntion just type the following code to call the fucntion
4.run the .py file in the folder

To call the fuction:
5. when you will run the programm it will start the program and it will now ask a input for which state's data you want:
if you need the country's whole data then give 'Total' as the input
if you need particual state's data then give the state's name as input(the input in case sensetive and need space in required places, for eg:- Tamil Nadu)

covid_data.covid()

when you will run the programm it will start the program and it will now ask a input for which state's data you want:
if you need the country's whole data then give 'Total' as the input
if you need particual state's data then give the state's name as input(the input in case sensetive and need space in required places, for eg:- Tamil Nadu)

after this the program will grab the data from www.covid19india.org and clean it and save it as a .csv file in the same folder
After this the program will grab the data from www.covid19india.org and clean it and save it as a .csv file in the same folder
If you run the program forever as it is a loop, then it will grab latest data every 1 min and save it by replacing the old one if it exsits

thank you for using my program is your work, and i wish good luck for what ever you are working on
Expand Down

0 comments on commit 16b4e37

Please sign in to comment.