sanam2405 /
WeatherCLI
This is a command line interface which fetches the weather of a given city.
Loading repository data…
RoMmMaNnN / repository
WeatherCLI is a Python command-line tool for fetching, saving, and querying weather data. It supports both command-line arguments and an interactive mode for real-time usage. SQLite is used to store weather history.
WeatherCLI is a Python command-line tool for fetching, saving, and querying weather data. It supports both command-line arguments and an interactive mode for real-time usage. SQLite is used to store weather history.
requests – for making HTTP requests to the weather APIsqlite3 – for storing query historyargparse – for handling command-line argumentsRun the program without arguments: - 'py main.py'
This project is licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
sanam2405 /
This is a command line interface which fetches the weather of a given city.
mithuvasan /
WeatherCLI is a Python command-line weather app that fetches hourly forecast data for London from OpenWeatherMap API. Users can get temperature, wind speed, or pressure for a specific date. Simple and useful!