Skip to content

mrtechnostart-python-scripts/GatePass_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GatePass_Management_System

This is a Streamlit App which solves the problem of printing physical gatepass, thus, saving paper!

This repo has three .py files:

  1. users.py --> Uses Hashlib(Authentication & Encoding), sqlite3(For Database Management) : This is login page for students, to run:
streamlit run users.py
  1. gateman.py --> Uses Hashlib(Authentication & Encoding), sqlite3(For Database Management) : This allow gateman to verify the OTP validity, to run:
streamlit run gateman.py
  1. backend.py --> It's like the admin script, it allows admin to create more gateman and users, to run:
python backend.py

Note: run

pip3 install -r requirements.txt

after cloning!!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages