Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 970 Bytes

File metadata and controls

38 lines (24 loc) · 970 Bytes

PyLeaflet

What is it ?

PyLeaflet is a PyGame based Python version of Leaflet, an OSM map reader. PyLeaflet is a desktop application which aim to be used by other desktop application for map stuff

What can it do ?

For now, not much, but when it will be finished, it should allow users to :

  • Download part of a map for offline use
  • Move the map to given coordinate
  • Add series of coordinate to draw a path
  • Lot of other fun thing I don't have in mind yet

How to install it ?

For now, the only dependency is PyGame, so here is how to install it :

For Ubuntu

sudo pip3 install -r requirements.txt
sudo apt-get install python3-tk

For Windows:

Download the installer on PyGame WebSite (be carefull to take the installer for python3)

How to use it ?

For the standalone version, run the main_test.py file

python3 main_test.py

For a in app use, let me the time to code it first