Metadata-Version: 2.1
Name: quotesx
Version: 0.0.1
Summary: A package to get quotes
Home-page: UNKNOWN
Author: Mohammed Daniyal
Author-email: danides450@gmail.com
License: UNKNOWN
Keywords: quote,simple,effiecient,easy
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# What is QUOTESX?

QUOTESX is basically a simple package to get quotes from, it is very simple and effiecient to use, only one line of code will get you a quote!



# Install Getquotesx

Simply install it from pypi.org, then type from quotesx import quotesx



# getQuote() function

The getQuote function is a simple function that will return a quote, this won't print the quote so you will have to save it to a variable later and then print it.





getQuote()

This will return a quote, it won't print it, to do that first save the quote



quote = getQuote()

This will save the quote in the 'quote variable', now you can do anything that you want with that



to print it, just add the print command.

