Skip to content

A simple program that lets you log your driving to and from your work places in a spreadsheet.

License

Notifications You must be signed in to change notification settings

myrheimb/TravelLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelLog

A simple program written in Python 3.x, using tkinter for GUI, that lets you log your driving to and from your work places in a spreadsheet.

Getting started

Clone the files to your computer and edit config.py with the addresses, locations, distances and button text to fit your needs. After you've added your own data to config.py, just run travelLog.py to start using it.

Prerequisites

To run this program you need to pip install OpenPyXL

pip install openpyxl

What does it do?

To use this program all you have to do is click on the locations you've visited that day i.e. Home -> Location 1 -> Location 2 -> Home. In this version only 2 locations in addition to home is supported.

GUI

When you click save your travel route will be saved to the Excel file specified with the following headers and information. A new sheet will be made for every new month automatically.

Excel

About

A simple program that lets you log your driving to and from your work places in a spreadsheet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages