Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

attendance-tracker-email

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attendance-tracker-email

Attendance tracker package using emails

  • 0.1.5
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc