My Pay Tracker app is a python terminal project, which aids users to track their worked hours and how much they are due to be paid for that day. This app is targeted at average hospitability, workers, care worker or someone who is in need to track a dayshift which is paid hourly with unpaid breaks. Users enter the of there shift, start time, end time, breaks and hourly wage. The application will return to the user how much they are due to be paid for the day shift. It will also log it to a google sheet for storage. The user has the option to recall the last 7 entries. This is ideally so the user can pull the last weeks’ worth of data and check their pay, worked hours and breaks. The user follows the prompts to get to the calculated results. I designed this application with someone like me in mind. After a few work collages and I were paid incorrectly. I started to track my worked hours. I needed to track my working hours for each day and calculate my days pay. I created an excel spreadsheet and had to manually enter the data and set the functions for each item list I wanted to enter. This was taking a bit of time, was really small on my phone. I thought this would be easier if there was an application to do the work for me and possibly an application my work collages could use to track their own working days too.