Skip to content

hriewe/CoordinateMapMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoordinateMapMaker (v 0.2)

This simple program gets a longitude and latitude from the user and then generates an interactive map. When the user enters the coordinates, a HTML file is generated and automatically opened in the default browser. The map will show a marker with the exact location of the coordinates entered. More features are coming soon.

Set up

You will need Python. If you don't have it you can download it HERE

Clone the souce: git clone https://github.com/hriewe/CoordinateMapMaker.git

Move into the programs direrctory: cd CoordinateMapMaker

How to run (GUI)

Install the needed modules with:

sudo pip install PySimpleGUI

sudo pip install folium

Run the program with: python3 GUI.py

How to run (command line)

Install the needed modules with: sudo pip install folium

Run the program with: python3 map.py

About

Enter a longitude or latitude and this program will generate and open an interactive map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages