Metadata-Version: 2.4
Name: aero-wheather-cli
Version: 0.1.2
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: tabulate
Requires-Dist: requests
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist

<div align="center">
  <img src="./Black White Minimal Professional Corporate Business Logo.png" alt="Aero CLI Logo" width="300"/>
</div>

# ☁️ Aero CLI

A fast, terminal-based weather application built with Python. Aero CLI allows developers to check real-time weather data right from their command line, completely eliminating the need to open a web browser.

---

## 🚀 Installation

You can install the tool globally from PyPI using pip:

```bash
pip install aero-wheather-cli

```
# About this
So this a very first time Building something like this and it was a very fun experience and please let me know if there is any imporvement that is needed

### Version
v0.1.1

### Available Commands 📋
| Command | Description | Example |
|---|---|---|
|wind|Get's the wind details about the city|aero wind london|
|temp|Get's the temperature details about the city|aero temp london|
|humidity|Get's the humidity of the city|aero humidity tokyo|
|clouds|Get's the Clouds condtion of the city|aero cloud london|
|air|Get's the air pressure of the ciyt|aero air tokyo|
|all|Get's all the details of the above command of a city in one go|aero all usa|
