Metadata-Version: 2.1
Name: brazilpinpoint
Version: 1.0.5
Summary: Using a latitude and longitude a pin point is marked on Brazil map
Home-page: https://github.com/NewtonGaliza/BrazilPinPoint-PyPi-
Author: Newton Galiza
Author-email: newtonjgaliza@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: folium

This is a Python package coded by Newton Galiza

The user enter a latitude and longitude, followed by a filename. And after that the user will see a html page with the filename, when opened the html page show a pin point marked on Brazil map.

## Installation
pip install brazilpinpoint

## How to use

python brazilpinpoint --lat <lat number> long <long number> --filename <enter a file name>

## Screenshot

![brazilpinpoint-demo](images/brazil.png)


