/weather-forecast-cli-python

weather forecast cli tool using python and github copilot

Primary LanguagePython

weather-forecast-cli

weather forecast cli tool using python and github copilot This code was written using github copilot for Microsoft Code Gladiators 2023 Github Copilot is an AI-based tool that provides code completion suggestions and makes writing code much easier and faster thus enhancing ocding experience. To use github Copilot: Step 1: Install Github Copilot extension in your VSCode Step 2: Go to github.com Step 3: Go to your profile settings and get your copilot (free for student use) step 4: In feature preview enable 'new code search...' step 5: Now create a file in your VSCode and for demo comment 'add two numbers' step 6: As you type copilot will suggest you code lines!

Happy Coding!