Skip to main content

Attendance tracker package using emails

Project description

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

  • 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

attendance_tracker_email-0.1.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

attendance_tracker_email-0.1.5-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page