Python module which generates HTML map with 10 closest locations of film shooting for given year.
Extracts data from given text file-stored database.
Install all the requirements with pip and clone the repository.
To run the script
python main.py <latitude> <longitude> <year> <path-to-file>
For in-terminal help, use
python main.py -h