GithubHelp home page GithubHelp logo

quartnyapi's Introduction

Quartny

ChatGpt AI

from Quartny import Ai

response = Ai.chatgpt("Write simple basic html website")
print(response)

# Available Modes Are "girlfriend", "anime", "animev2", "flirt", "santa", "elonmusk"

response = Ai.chatgpt("hi babe", "girlfriend")
print(response)

ChatBot AI

from Quartny import Ai

print(Ai.chatbot("hello"))

BlackBox AI

from Quartny import Ai

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

Gemini AI

from Quartny import Ai

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

DataGpt AI

from Quartny import Ai

response = Ai.datagpt("what is data science")
print(response)

BhagwatGita

from Quartny import Ai

verse_data = Ai.bhagwatgita(1, 5)
print(verse_data)

IMDB Search

from Quartny import Ai

movie_data = Ai.imdb("The Godfather")
print(movie_data)

Hastag Generator

from Quartny import Ai

keyword = "python"
hashtags = Ai.hashtag(keyword)
print(hashtags)

Pypi Info

from Quartny import Ai

user_data = Ai.pypi("Quartny")
print(user_data)

Github Profile Information

from Quartny import Ai

search_results = Ai.github("Quartny")
print(search_results)

Github Repo Search

from Quartny import Ai

search_results = Ai.repo("QuartnyAPI")
print(search_results)

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

Note:

The above examples are for Python

Copyright (c) 2024-25

Author : Quartny ๐Ÿ‘จโ€๐Ÿ’ป

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. pypi(args) - Search PyPI for packages
  7. datagpt(args) - Generates data using Datasets from datagpt ai
  8. unsplash(args) - search hd image from unsplash website
  9. github(args) - Extract github information by username
  10. repo(args) - Extract github repo by name
  11. Meme - Generate memes

๐Ÿ”— Have Fun Coding With Quartny !

quartnyapi's People

Contributors

quartny avatar sourayen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.