Skip to content

LautaroOchotorena/Walking-around-the-city

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Are you tired of walking always the same routes?

This is a walking aplication where you can select your city and the distance (up to 10km) you would like to walk (see blue route) and of course you would feel kinda tired after that excercice so it also generates the minimum walk needed to return to your starting point (see red route).

The algorithm has a tendecy of chosing a route heading to the north. It was implemented to avoid chosing routes pretty close to the starting point but you can check it out and change it as you want.

Example

How to Run It

You have two options:

  1. Download all the files and follow the steps I provide, or
  2. Visit this website where you can start right away (I recommend this option, but note that you won't be able to customize the algorithm).

For the first option, I recommend creating a separate environment to avoid interference with your current libraries.

Follow these steps:

  1. In the console, navigate to the folder and run:

    pip install -r requirements.txt

    This will install all the necessary dependencies.

  2. Run:

    python server.py

    This will deploy the server, and you can open your web locally.

Potential Problems

The website may experience downtime if it remains inactive for a period of time. Reload the page.

If the problem persists, please let me know.

Extra

Most of the work was done using ChatGPT, following my provided instructions. Even though I have knowledge in Python, my proficiency in HTML, JavaScript, and CSS is limited.

About

Walking application to explore the city.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published