This repository contains Python scripts for automating various tasks, such as:
- Creating new folders and moving files based on data from a Google Sheets file.
- Retrieving email data from Gmail and calculating totals based on extracted information.
- Folder Automation: Automatically organizes files into folders based on structured data.
- Gmail Data Retrieval: Fetches specific emails and performs calculations on relevant data.
Before running the scripts, ensure you have the following installed:
- Python 3.x
- Required dependencies (listed in
requirements.txt
)
- Clone this repository:
git clone <repository_url>