Attendance Tracker
Tracks the attendance of participants in online events using their emails
Install
pip install attendance_tracker_email
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
- 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 b) Star this for the future
License
MIT
Contributions are welcome. Pull requests are welcome.
Release files for attendance-tracker-email 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| attendance_tracker_email-0.1.5.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| attendance_tracker_email-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / attendance_tracker_email-0.1.5.tar.gz
| Download URL | attendance_tracker_email-0.1.5.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0fdd6911acb858c7ab4b44e6fbb6fde6973bd077e92430fb5cbd5f2c9a63bb12
|
|
BLAKE2b-256 checksum How to use checksums |
2625d11895e33f7311eb0e458156f793c02806c71f3620585b81e6b0e4948ead
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / attendance_tracker_email-0.1.5-py3-none-any.whl
| Download URL | attendance_tracker_email-0.1.5-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
45e9137189350570c8848b6670ba8f4437501dedcb15ec532c1bfe93597d4464
|
|
BLAKE2b-256 checksum How to use checksums |
a7a51999152a2c6fd93cc0e7af1ecb7e6282903382d7e5626aeef487f2540630
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|