https://github.com/morehwachege/attendance-tracker-email
Tracks the attendance of participants in online events using their emails
https://github.com/morehwachege/attendance-tracker-email
attendance-monitoring python3 software
Last synced: 5 months ago
JSON representation
Tracks the attendance of participants in online events using their emails
- Host: GitHub
- URL: https://github.com/morehwachege/attendance-tracker-email
- Owner: morehwachege
- License: mit
- Created: 2022-10-24T16:23:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T01:00:48.000Z (over 3 years ago)
- Last Synced: 2025-09-25T01:58:20.482Z (9 months ago)
- Topics: attendance-monitoring, python3, software
- Language: Python
- Homepage: https://pypi.org/project/attendance-tracker-email
- Size: 2.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attendance Tracker
Tracks the attendance of participants in online events using their emails
### Install
```bash
pip install attendance_tracker_email
```
[PyPi Package](https://pypi.org/project/attendance-tracker-email)
### Directory structure
```
your_project
│ README.md
│ your_script.py
│
└───email_files
│ day1.txt
│ day2.txt
| day3.txt
```
------- day1.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
- [X] Published for easy plug n play
- [ ] #739 Create a chrome extension for the frontend
- [ ] Authentication to take attendance automatically
- [ ] Track time attended
- [ ] Add more features
### Issues
a) [Open an issue](https://github.com/morehwachege/attendance-tracker-email/issues)
b) [Star this for the future](https://github.com/morehwachege/attendance-tracker-email/fork)
## License
MIT
Contributions are welcome. Pull requests are welcome.