Metadata-Version: 2.1
Name: cosmotalker
Version: 1.3.1
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.3.1 - Your Gateway to the Cosmos!

🚀 **CosmoTalker v1.3.1** is here! Explore space and science effortlessly with this offline Python library, now with an enhanced deep search function.

## 🌠 About CosmoTalker

Developed by **Bhuvanesh M**, CosmoTalker is a Python library that brings knowledge of celestial bodies, scientific phenomena, and space-related information directly to your system—no internet required!

## ✨ Features:

✅ Get detailed information about celestial bodies within the **Solar System** 🌍☀️  
✅ Learn about various scientific phenomena 🔬  
✅ Ask space and science-related questions for insightful responses 🧑‍🔬  
✅ Works **offline** with the new Python module 🖥️🚀  
✅ Optional **online** features for enhanced exploration 🌌  
✅ **New!** `cosmotalker.c(str)`: A simplified deep search function for offline queries 🔍  

📡 **Note:** CosmoTalker v1.0 focused on the **Solar System**. Future updates will expand its capabilities to explore galaxies and beyond! ✨

## 🌍 Contribute to a Greener Planet!

The 'Search on Web' feature, available at [bhuvaneshm.in/cosmotalker](https://bhuvaneshm.in/cosmotalker) and as the `search(str)` function in the Python library (since v1.1.1), supports global reforestation 🌱💚. Powered by Ecosia, every search helps plant trees and create a greener Earth 🌳. This function requires a string input and performs an online search.

## 🛠 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

# New Offline Deep Search
result = ct.c("black hole")
print(result)  # Simplified offline search function

# Online Features
print(ct.apod())        # Fetch Astronomy Picture of the Day
print(ct.celestrak())   # Get satellite tracking data
print(ct.search("words"))  # Eco-friendly web search with Ecosia
print(ct.search("yt"))  # Opens YouTube
print(ct.c("yuri"))  # Deep search about Yuri
```

📌 **Note:** If a name has multiple words, use a hyphen (-) instead of spaces (e.g., `get("planet-x")`). In `ct.search()`, you can use shortcuts like `wa` for WhatsApp, `fb` for Facebook, `insta` for Instagram, `gpt` for ChatGPT, etc., or provide a query to perform an online search.

## 🌌 Explore More

Visit **[bhuvaneshm.in/cosmotalker](https://bhuvaneshm.in/cosmotalker)** to discover more about the universe!

---

👨‍💻 **Developed by** [Bhuvanesh M](https://github.com/bhuvanesh-m-dev)

### 🌐 Connect with Me:
- **Portfolio**: [bhuvaneshm.in](https://bhuvaneshm.in/)
- **LinkedIn**: [linkedin.com/in/bhuvaneshm-developer](https://www.linkedin.com/in/bhuvaneshm-developer)
- **GitHub**: [github.com/bhuvanesh-m-dev](https://github.com/bhuvanesh-m-dev)
- **HackerRank**: [hackerrank.com/profile/bhuvaneshm_dev](https://www.hackerrank.com/profile/bhuvaneshm_dev)
- **YouTube**: [youtube.com/@bhuvaneshm_dev](https://www.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://www.instagram.com/bhuvaneshm.developer)
