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.
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.
To run this program you need to pip install OpenPyXL
pip install openpyxl
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.
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.