Skip to main content

Best Quotes Generator

Project description

Quotes-Generator

Having all type of quotes ! . Best Quotes of IT legend peoples.

  • Easy to use

Technology

  • Python :- Python is an interpreted, high-level and general-purpose programming language.

  • Requests :- The requests module allows you to send HTTP requests using Python.

  • BeautifulSoup :- Beautiful Soup is a Python library for pulling data out of HTML and XML files.

INSTALLATION

$ pip install quotes_generator

WORKING

import quotes_generator

To get Motivational's quotes

quote = quotes_generator.motivational_quotes()  
print(quote)

To get Albert Einstein's quotes

quote = quotes_generator.albert_einstein_quotes()  
print(quote)

To get Mahatma Gandhi's quotes

quote = quotes_generator.mahatma_gandhi_quotes()  
print(quote)

To get Steve Jobs's quotes

quote = quotes_generator.steve_jobs_quotes()  
print(quote)

To get Bill Gates's quotes

quote = quotes_generator.bill_gates_quotes()  
print(quote)

To get Elon Musk's quotes

quote = quotes_generator.elon_musk_quotes()  
print(quote)

To get Mark Zuckerberg's quotes

quote = quotes_generator.mark_zuckerberg_quotes()  
print(quote)

License

OpenSource        MIT

Project details


Download files

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

Source Distribution

quotes_generator-0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

quotes_generator-0.2-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

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