/Quotes-Generator

Primary LanguagePythonMIT LicenseMIT

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 quote_generator

WORKING

import quote_generator

To get Motivational's quotes

quote = quote_generator.motivational_quotes()  
print(quote)

To get Albert Einstein's quotes

quote = quote_generator.albert_einstein_quotes()  
print(quote)

To get Mahatma Gandhi's quotes

quote = quote_generator.mahatma_gandhi_quotes()  
print(quote)

To get Steve Jobs's quotes

quote = quote_generator.steve_jobs_quotes()  
print(quote)

To get Bill Gates's quotes

quote = quote_generator.bill_gates_quotes()  
print(quote)

To get Elon Musk's quotes

quote = quote_generator.elon_musk_quotes()  
print(quote)

To get Mark Zuckerberg's quotes

quote = quote_generator.mark_zuckerberg_quotes()  
print(quote)

License

OpenSource        MIT