Metadata-Version: 2.1
Name: ghana
Version: 1.0.0
Summary: The List Of Ghanian Country data!
Home-page: https://github.com/Victorspy-web/ghana
Author: VED
Author-email: dicksonsmart0711@gmail.com
License: UNKNOWN
Description: # GHANIAN COUNTRIES INFOMATIONS
        
        ## Step 1: Install The Package Via Pip
        
        #### Via Pip
        ```python
         pip3 install ghana
        ```
        
        
        ## Step 2: Initialize
        ```python
        #IMPORT 
        from ghana import country_data, regions, capitals
        
        ```
        
        ### Getting data
        ```python
        # Using the print() funtion to print the data out
        
        print(country_data)
        
        print(regions)
        
        print(capitals)
        ```
        
        ### Getting clip art
        ```python
        # Initialize clip art function
        
        region_art()
        capital_art()
        ghana_art()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
