Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killervardhan8/hostelgate
https://github.com/killervardhan8/hostelgate
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/killervardhan8/hostelgate
- Owner: KillerVardhan8
- Created: 2024-08-21T13:24:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T13:35:37.000Z (5 months ago)
- Last Synced: 2024-08-21T15:04:05.670Z (4 months ago)
- Language: Python
- Size: 669 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HostelGate
## Project Title : Hostel In-Time Entry SystemThe Hostel In-Time Entry System is a simple Python script designed to manage and monitor the entry timings of hostel residents. The system checks whether a resident is requesting entry within the allowed time frame and grants or denies permission accordingly. If the entry is attempted outside of the permitted hours, the system provides contact information for the warden.
### Features :
- **Entry Time Validation**: The system checks if the current time is within the predefined hostel entry hours (6:00 AM to 10:00 PM).
- **Automatic Permission Granting**: If the current time falls within the allowed entry hours, the system grants permission to enter the hostel and notifies the user of the expected entry time.
- **Warden Contact Information**: If entry is requested outside the allowed hours, the system denies permission and provides the warden's contact details for further assistance.### Technologies Used :
- **Python**: The project is implemented using Python, utilizing the datetime module for time management.### This Project was Implemented for the subject "Application Programming Practices".