Metadata-Version: 2.2
Name: cosmotalker
Version: 1.5
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

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

🚀 **CosmoTalker v1.5** is here! Explore space and science effortlessly with this offline Python library, now with an **improved deep search algorithm**, **better response accuracy**, and **new cosmic event tracking**!

## 🌠 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 for core data! However, enhanced search, real-time space updates, and news require an internet connection.

## ✨ 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 an optimized Python module 🖥️🚀\
✅ Optional **online** features for enhanced exploration 🌌\



📡 **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 `cosmotalker.search(str)` function in the Python library (since v1.1.1), supports a greener Earth by using the Ecosia search engine 🌱💚. Every search helps plant trees and contribute to reforestation 🌳. 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

# Provide feedback to improve CosmoTalker
ct.feedback()

# 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.get("yuri"))  # Deep search about Yuri


```

📌 **Note:** 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.

## 🔥 Benchmark Performance

CosmoTalker's core data is stored offline, ensuring **lightning-fast retrieval speeds** without network latency. Here are some benchmark results (measured in seconds):

```
0.000721485
0.000783112
0.017891257
0.000742356
0.000935621
0.000829374
0.000758492
0.000731948
0.000759844
```

## 🌌 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)


