Movie Locator is a simple Python program that allows you to find movies shot nearby in a given year. Also it's capable of showing HeatMap of film shooting spots.
Using this application you can find interesting places to visit and new films to watch.
Use the package manager pip to install necessary libraries.
sudo pip install folium
sudo pip install geopy
sudo git clone https://github.com/maxmyk/Movie-Locatorcd Movie-Locator
Write 'sudo python main.py "Year" "Latitude" "Longitude" "location of your 'location.list'"' into console.
An example:
sudo python main.py 2016 34.0980950 -118.329802 "locations.list"
Than open the file called "map_d_m_Y-H:M:S.html"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

