Metadata-Version: 2.1
Name: cosmotalker
Version: 1.2
Summary: CosmoTalker is your gateway to the universe! Whether you're fascinated by stars, planets, or scientific phenomena, this tool brings the cosmos closer to you.
Home-page: https://github.com/bhuvanesh-m-dev/cosmotalker
Author: Bhuvanesh M
Author-email: bhuvaneshm.developer@gmail.com
Project-URL: Portfolio, https://bhuvaneshm.in
Project-URL: LinkedIn, https://www.linkedin.com/in/bhuvaneshm-developer
Project-URL: GitHub Repository, https://github.com/bhuvanesh-m-dev
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ✨ Welcome to CosmoTalker v1.2 - Your Gateway to the Cosmos! 🚀

CosmoTalker v1.2 is here! This version is a major update, featuring improved data on the Solar System with built-in enhancements for offline use.

## 🌠 About CosmoTalker
Developed by Bhuvanesh M, CosmoTalker is a Python library designed to provide in-depth knowledge about celestial bodies, scientific phenomena, and space-related information—directly on your system, even without an internet connection!

## ✨ What's New in v1.2?
✅ Expanded Solar System database with more accurate planetary details 🌍☀️  
✅ Enhanced offline functionality with built-in datasets 📚  
✅ Improved response accuracy for space-related queries 🧑‍🚀  
✅ Faster performance with optimized algorithms 🚀  

## 🔭 Features
- Get detailed information about celestial bodies 🌎  
- Learn about various scientific phenomena 🔬  
- Ask space-related questions for insightful answers 🧠  
- Works offline, no internet required! 🖥️  
- Optional online features for enhanced exploration 🌌  

## 🛠 Installation & Usage

### Installation:
```sh
pip install cosmotalker
```

### Basic Usage:
```python
import cosmotalker as ct

# Retrieve information about a celestial body
earth_info = ct.get("earth")
print(earth_info)  # Offline function

# Online Features
print(ct.apod())        # Fetch Astronomy Picture of the Day
print(ct.celestrak())   # Get satellite tracking data
print(ct.search("mars"))  # Eco-friendly web search with Ecosia
print(ct.spacex())      # Get details about future SpaceX launches
```

## 📌 Notes:
- If a name has multiple words, use a hyphen (-) instead of spaces (e.g., `get("planet-x")`).
- The `search()` function supports shortcuts like `wa` (WhatsApp), `fb` (Facebook), `insta` (Instagram), `gpt` (ChatGPT), etc.

## 🌌 Explore More
Visit [bhuvaneshm.in/cosmotalker](https://bhuvaneshm.in/cosmotalker) for more details.

## 👨‍💻 Developed by Bhuvanesh M

### 🌐 Connect with Me:
- Portfolio: [bhuvaneshm.in](https://bhuvaneshm.in)  
- LinkedIn: [linkedin.com/in/bhuvaneshm-developer](https://linkedin.com/in/bhuvaneshm-developer)  
- GitHub: [github.com/bhuvanesh-m-dev](https://github.com/bhuvanesh-m-dev)  
- HackerRank: [hackerrank.com/profile/bhuvaneshm_dev](https://hackerrank.com/profile/bhuvaneshm_dev)  
- YouTube: [youtube.com/@bhuvaneshm_dev](https://youtube.com/@bhuvaneshm_dev)  
- LeetCode: [leetcode.com/u/bhuvaneshm_dev](https://leetcode.com/u/bhuvaneshm_dev)  
- X (Twitter): [x.com/bhuvaneshm06](https://x.com/bhuvaneshm06)  
- Instagram: [instagram.com/bhuvaneshm.developer](https://instagram.com/bhuvaneshm.developer)  
