Metadata-Version: 2.1
Name: factful.py
Version: 0.0.7
Summary: A Package which can give you Random Facts in an easy way!
Home-page: UNKNOWN
License: MIT
Description: # Factful.py
        
        A Package which can give you Random Facts in an easy way!
        
        # Links
        - [Discord Support Server](https://discord.com/invite/FrduEZd)
        - [GitHub Profile](https://github.com/Scientific-Guy)
        - [Factful.js NPM](https://www.npmjs.com/package/factful.py.js)
        
        # Quick Example
        
        #### 1. Getting Random Facts
        
        ```py
        # Import factful.py Module
        import factful
        
        # Define facts function
        facts = factful.facts()
        
        # Getting random fact from random cateogary
        print(facts["all"])
        
        # Getting random facts from a paticular cateogary!
        # All Cateogaries: "computer", "food", "emoji", "space"
        print(facts["computer"])
        print(facts["food"])
        print(facts["emoji"])
        print(facts["space"])
        ```
        
        > We also have this module as **Javascript NPM Package**! [https://www.npmjs.com/package/factful.js](https://www.npmjs.com/package/factful.js). You can join our Discord Server for support!
        
        ### © Science Spot | Decimal Development - 2020
Keywords: factful.py
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
