This is a tool which helps to calculate the daily food expenses. For implementing this, we used the Gmail API and with Python integration to upload the data to an Excel sheet.
- Get an authorized token from Gmail API
- Fetching the messages from a particular sender using the methods from the Gmail API
- Segregating the fetched data with keywords like 'breakfast','lunch','dinner'
- Correspondingly updating the values in the excel file with the 'openpyxl' library