A web application to automate the processing of attendance data from MS Teams.
- Upload CSV Files: Easily upload your MS Teams attendance CSV files.
- Compute Attendance Duration: Automatically calculate the total time each student was present.
- Database Integration: Match student names with a database to retrieve roll numbers and sections.
- Generate Reports: Download final attendance reports in CSV format.
- Python
- Flask
- Pandas
- SQLAlchemy
- MySQL
- Clone the Repository:
git clone [repository link]
- Install Dependencies:
pip install -r requirements.txt
- Run the Flask App:
python app.py
- Upload Your Attendance CSV File: Access the web app and upload your file.
- Download the Processed Report: Get your final attendance report in CSV format.
Feel free to reach out if you have any questions or suggestions!