Skip to main content

python api hub | MukeshAPI

Project description

MukeshAPI 🚀

Installation

pip install MukeshAPI

Please note that you need to install MukeshAPI using pip by running pip install --upgrade MukeshAPI in your terminal before executing these codes.

AI Image Generator

from MukeshAPI import api
generated_image= api.ai_image("boy image")
print(generated_image)

Chatgpt AI 🤖

from MukeshAPI 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 MukeshAPI import api

# Execute Chatbot AI with the input text

print(api.chatbot("hii"))

Blackbox AI 🤖

from MukeshAPI import api

# Execute blackbox AI with the input text

print(api.blackbox("write flask app code"))

Password Generator 💡

from MukeshAPI 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 MukeshAPI import api

# Execute Gemini AI with the input text

print(api.gemini("write flask app code"))

Datagpt AI 🤖

from MukeshAPI import api

# Execute datagpt AI with the input text
response = api.datagpt("what is data science")
print(response)

BhagwatGita

from MukeshAPI import api
verse_data = api.bhagwatgita(1, 5)
print(verse_data)

IMDB Search

from MukeshAPI import api


movie_data = api.imdb("The Godfather")

print(movie_data)

Morse Decode

from MukeshAPI import api

decoded_result =api.morse_decode(".... . .-.. .-.. --- / .-- --- .-. .-.. -..")

print(decoded_result)

Morse Encode

from MukeshAPI import api
encoded_result =api.morse_encode("enter text here")
print(encoded_result)

Hastag Generator

from MukeshAPI import api
keyword = "python"
hashtags = api.hashtag(keyword)
print(hashtags)

Unsplash Image Search

from MukeshAPI import api
response = api.unsplash("boy image")
print(response)

LeetCode Information

from MukeshAPI import api

user_data = api.leetcode("noob-mukesh")
print(user_data)

Pypi Info

from MukeshAPI import api
user_data = api.pypi("mukeshapi")
print(user_data)

Github Profile Information

from MukeshAPI import api
search_results = api.github("noob-mukesh")
print(search_results)

Github Repo Search

from MukeshAPI import api
search_results = api.repo("mukeshrobot")
print(search_results)

Random Meme

from MukeshAPI import api
search_results = api.meme()
print(search_results)

Note:

The above examples are for Python

Copyright (c) 2024-25

Author : Noob-Mukesh 👨‍💻

Functions in the api module are as follows:

  1. chatgpt(args) - Executes chatgpt AI functionality
  2. gemini(args) - Executes Gemini AI functionality
  3. blackbox(args) - Executes blackbox AI functionality 🔮
  4. hastag(args) - Generates hashtags based on input
  5. imdb(args) - Fetches information from IMDB
  6. morse_encode(args) - Encodes text into Morse code
  7. morse_decode(args) - Decodes Morse code into text
  8. leetcode(args) - Extract leetcode information by username
  9. password(args) - Generates a random password
  10. pypi(args) - Search PyPI for packages
  11. datagpt(args) - Generates data using Datasets from datagpt ai
  12. unsplash(args) - search hd image from unsplash website
  13. github(args) - Extract github information by username
  14. repo(args) - Extract github repo by name
  15. meme() - Generate memes
  16. weather(args) - Fetches weather information
  17. truth() -random truth string
  18. dare() -random dare string
  19. ai_image(args) - Generate image using AI
  20. upload_image(image_url,image_file) - upload image from img url or img file.

🔗 Have fun coding with MukeshAPI!

─「 sᴜᴩᴩᴏʀᴛ 」─

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MukeshAPI-0.7.tar.gz (1.2 MB view details)

Uploaded Source

File details

Details for the file MukeshAPI-0.7.tar.gz.

File metadata

  • Download URL: MukeshAPI-0.7.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for MukeshAPI-0.7.tar.gz
Algorithm Hash digest
SHA256 e5bb2e85d56fe678b4ab7746a9200d88b58b19d1e0c645e895a3375b64cd6929
MD5 411b9bd60f97a6482d6fd6eead5a3a29
BLAKE2b-256 ff5bf8b185a2e670f28116e7eb4cc0f2cbd8c88d060775afbd183f8541273459

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page