Metadata-Version: 2.2
Name: cosmotalker
Version: 1.5.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
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.1 - Your Gateway to the Cosmos!

🚀 **CosmoTalker v1.5.1** is here! Explore space and science effortlessly with this offline Python library, now with an **enhanced data library**, **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!

 `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

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

# Provide feedback to improve CosmoTalker
print(cosmotalker.feedback())

# Online Features
print(cosmotalker.apod())        # Fetch Astronomy Picture of the Day
print(cosmotalker.celestrak())   # Get satellite tracking data
print(cosmotalker.search("words"))  # Eco-friendly web search with Ecosia
print(cosmotalker.search("yt"))  # Opens YouTube
print(cosmotalker.get("yuri"))  # Deep search about Yuri
print(cosmotalker.spacex()) #Gives updates on next spacex events
```

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

📡 **For Online Features:**
Future updates about **SpaceX** will be available through `cosmotalker.spacex()` 🚀.

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


