- Real Time Attendence
- Multiple Simultaneous events supported
- Live status to admin
- Live broadcast to each event participants
- Proxy check measure by location check
- Python3
- setup environment
python3 -m venv env
source env/bin/activate
- install requirements
pip install -r requirements.txt
- set SecretKey
export STRIPE_API_KEY="12345"
- create Database
python
from app import *
db.create_all()
python app.py
Made with ❤️ by DSC VIT