- Clone the repository using
git clone
or download the zip file. - Extract the zip file and open the folder in your favourite IDE/Text Editor.
- Create a virtual environment using
python -m venv venv
- Install the dependencies using
pip install -r requirements.txt
- Run the Script using
python main.py
on windows if you are using linux/mac usepython3 main.py
- Provide the City Name
ex: bangalore
. - The Script fetches the data from the API and displays the output.
- I used Github Copilot's suggestions to write the code faster and efficiently.
- The
CHANGABLE_KEY_ITEMS
inconstants.py
file are entirely based on the suggestions from Github Copilot - The User can change the items in the list and the script will work as expected.
- I used Github Copilot to
- Write the
README.md
file as well. - Optimize the code and make it more efficient.
- Color the output text in the terminal.
- To generate Documentation for the each function in the code
- To Make it more readable
- To make it more pythonic
- Write the