This is a GUI based project which give Covid-19 cases details of selected country.
For Windows user
- Create clone of project on your local machine.
- Install Python if not install on your local machine. (Don't forgot to check the checkbox 'add python to the path' while installing)
- Open Command Prompt. (search cmd in start menu)
- Enter command 'python -m pip install –upgrade pip' for upgrading pip.
- Enter command 'pip install PySimpleGUI' to install PySimpleGUI Module.
- Enter command 'pip install requests' to install requests Module.
- Enter command 'pip install bs4' to install bs4 Module.
- Change drive in cmd if project is install in other drive then C. (use command 'D:' for D drive. Same for other drive change alphabet only)
- Go to project directory using command 'cd <path_to_your_directory>'.
- To run the project, use command 'python Covid19_Cases_Detail.py'.