Metadata-Version: 2.1
Name: astrogator
Version: 1.0.0
Summary: Astrogator: Your daily guide to the stars, offering personalized horoscopes with ease.
Home-page: https://github.com/your_username/horoscope_package
Author: Koustubh PK
Author-email: koustubhpk@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4

# Astrogator
Astrogator is your celestial companion, designed to deliver personalized daily horoscopes effortlessly. By leveraging a free API, Astrogator allows users to select their zodiac sign from a simple menu and receive insights tailored to their day.

Key Features:
- Easy-to-use interface: Select your zodiac sign by number from a provided list.
- It uses zodiac signs and day selection (`yesterday`, `today`, `tomorrow`) to display horoscopes.
- Accurate and up-to-date horoscopes fetched dynamically from a reliable source.
- Lightweight and fast, built with simplicity in mind.

Whether you're looking for guidance, inspiration, or just a glimpse into what the stars have in store, Astrogator makes it accessible and fun.

Install Astrogator and explore the cosmic connection today!

## Installation

Install the package using pip:

```bash
pip install astrogator
