python api hub | youdl-jyan
Project description
youdl-jyan 🚀
Installation
pip install youdl-jyan
Please note that you need to install youdl-jyan using pip by running pip install --upgrade youdl-jyan in your terminal before executing these codes.
AI Image Generator
from youdl-jyan import api
generated_image= api.ai_image("boy image")
print(generated_image)
Chatgpt AI 🤖
from youdl-jyan import api
# Execute Chatgpt AI with the input text
response = api.chatgpt("Write simple basic html website")
print(response)
# Execute Chatgpt AI with the input text with modes features
# available modes are "girlfriend","anime","animev2","flirt","santa","elonmusk"
response = api.chatgpt("hi babe","girlfriend")
print(response)
Chatbot AI 🤖
from youdl-jyan import api
# Execute Chatbot AI with the input text
print(api.chatbot("hii"))
Blackbox AI 🤖
from youdl-jyan import api
# Execute blackbox AI with the input text
print(api.blackbox("write flask app code"))
Password Generator 💡
from youdl-jyan import api
# Generate a default length password
print(api.password())
# Generate a password of specific length (e.g., 10)
print(api.password(10))
Gemini AI 🤖
from youdl-jyan import api
# Execute Gemini AI with the input text
print(api.gemini("write flask app code"))
Datagpt AI 🤖
from youdl-jyan import api
# Execute datagpt AI with the input text
response = api.datagpt("what is data science")
print(response)
BhagwatGita
from youdl-jyan import api
verse_data = api.bhagwatgita(1, 5)
print(verse_data)
IMDB Search
from youdl-jyan import api
movie_data = api.imdb("The Godfather")
print(movie_data)
Morse Decode
from youdl-jyan import api
decoded_result =api.morse_decode(".... . .-.. .-.. --- / .-- --- .-. .-.. -..")
print(decoded_result)
Morse Encode
from youdl-jyan import api
encoded_result =api.morse_encode("enter text here")
print(encoded_result)
Hastag Generator
from youdl-jyan import api
keyword = "python"
hashtags = api.hashtag(keyword)
print(hashtags)
Unsplash Image Search
from youdl-jyan import api
response = api.unsplash("boy image")
print(response)
LeetCode Information
from youdl-jyan import api
user_data = api.leetcode("TeamProBots")
print(user_data)
Pypi Info
from youdl-jyan import api
user_data = api.pypi("youdl-jyan")
print(user_data)
Github Profile Information
from youdl-jyan import api
search_results = api.github("TeamProBots")
print(search_results)
Github Repo Search
from youdl-jyan import api
search_results = api.repo("lisa")
print(search_results)
Random Meme
from youdl-jyan import api
search_results = api.meme()
print(search_results)
Note:
The above examples are for Python
Copyright (c) 2024-25
Author : TeamProBots 👨💻
Functions in the api module are as follows:
- chatgpt(args) - Executes chatgpt AI functionality
- gemini(args) - Executes Gemini AI functionality
- blackbox(args) - Executes blackbox AI functionality 🔮
- hastag(args) - Generates hashtags based on input
- imdb(args) - Fetches information from IMDB
- morse_encode(args) - Encodes text into Morse code
- morse_decode(args) - Decodes Morse code into text
- leetcode(args) - Extract leetcode information by username
- password(args) - Generates a random password
- pypi(args) - Search PyPI for packages
- datagpt(args) - Generates data using Datasets from datagpt ai
- unsplash(args) - search hd image from unsplash website
- github(args) - Extract github information by username
- repo(args) - Extract github repo by name
- meme() - Generate memes
- weather(args) - Fetches weather information
- truth() -random truth string
- dare() -random dare string
- ai_image(args) - Generate image using AI
- upload_image(image_url,image_file) - upload image from img url or img file.
🔗 Have fun coding with youdl-jyan!
─「 sᴜᴩᴩᴏʀᴛ 」─
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
youdl-jyan-0.6.5.6.tar.gz
(1.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youdl-jyan-0.6.5.6.tar.gz.
File metadata
- Download URL: youdl-jyan-0.6.5.6.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edecf6fe1f3dcad437ed962973ad3e74dea25b9a699a213fa65bfd3756854298
|
|
| MD5 |
41634426855a452393ed9cc2e7c3bb53
|
|
| BLAKE2b-256 |
9807c145a816c16477151f02a04ba93e5a3866727642539e886382e570f93678
|
File details
Details for the file youdl_jyan-0.6.5.6-py3-none-any.whl.
File metadata
- Download URL: youdl_jyan-0.6.5.6-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62862cc3279a301ceaba623ba5446bfd27511a3d9f5c172e61dcc50a8d3047a4
|
|
| MD5 |
16239927478e3f9c9c39f9fb9befded4
|
|
| BLAKE2b-256 |
94d720eaba4f3ca41b4440bc5c96f124c9f7e3f0c6ca2e2e9e5b3959b62d4f78
|