Attendance Tracker
Tracks the attendance of participants in online events using their emails
Install
pip install attendance_tracker_email
PyPi Package
Directory structure
your_project
│ README.md
│ your_script.py
│
└───email_files
│ day1.txt
│ day2.txt
| day3.txt
------- day1.txt
first2emai@outlook.com
second12email@gmail.com
How to use
from attendance_tracker_email import attended
Directory with emails as day1.txt, day2.txt etc
directory = 'email_files'
print( attended.show_attended(directory))
Next in the project
Issues
a) Open an issue
b) Star this for the future
License
MIT
Contributions are welcome. Pull requests are welcome.