SubTerrain City Recommender is a city evaluation and recommendation tool that helps our users determine the suitability of cities for building subway systems. The application analyzes various factors, such as population, growth, area, and population density, to rank cities and assist with business expansion decisions.
- Input and edit city data with an easy-to-use interface
- Analyze city suitability for building subway systems
- Clone the repository or download the source code.
- Install the required dependencies:
- pip install tk (tkinter package)
- Run the
main.py
script
- Input city data by selecting a city from a pre-populated list or adding a new city. Edit the data using text boxes, dropdown menus, slider bars, or wheels.
- Analyze the suitability of a city for building a subway system. The application will rank the city based on predefined factors and display the results on a scale (e.g., 1-10, stars).