← Back to Home

Trip Cost Calc

Application View

General Info

Trip Cost Calc (yeah, I know, this name is not brilliant..) was generally created to calculate cost of a car trip. While writing it I extended it with several functionalities. So, for now it shows following data:

  • Cost of the trip in PLN
  • Time
  • Distance
  • Fuel price
  • Visibility
  • Cloudiness
  • Map with an overview route

Technologies

Python 3.10.5Kivy 2.1.0Dotenv 0.21.0Requests 2.28.1Beautiful Soup 4.11.0GoogleMaps APIOpenWeatherMap API

Key Features

  • Calculate trip cost in PLN
  • Show time, distance, fuel price, weather (visibility, cloudiness)
  • Map with overview route
  • Simple 4-step interface: start, destination, consumption, fuel price
  • Auto-fetch fuel prices by location or manual entry
  • Deployed as a NextJS PWA on Vercel