Metadata-Version: 2.1
Name: quotes_generator
Version: 0.1
Summary: Best Quotes Generator
Home-page: UNKNOWN
Author: Nitesh Prajapat
Author-email: niteshp282000@gmail.com
License: UNKNOWN
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  
        
        
        
        
        
        <p>
        
        <img src="https://opensource.org/files/OSIApproved_1.png" alt="OpenSource" height=181px />
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/7195e121-eded-45cf-9aab-909deebd81b2/d9ur2lg-28410b47-58fd-4a48-9b67-49c0f56c68ce.png" alt="MIT" height=175px />
        
        </p>  
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
