Giter VIP home page Giter VIP logo

entry-management-system's Introduction

Entry-Management-System

We need an application, which can capture the Name, email address, phone no of the visitor and same information also needs to be captured for the host on the front end. At the back end, once the user enters the information in the form, the backend should store all of the information with time stamp of the entry. This should trigger an email and an SMS to the host informing him of the details of the visitor. There should also be a provision of the checkout time which the guest can provide once he leaves. This should trigger an email to the guest with the complete form which should include:

  1. Name
  2. Phone
  3. Check-in time,
  4. Check-out time,
  5. Host name
  6. Address visited.

Language and API used

  1. Python
  2. Tkinter for GUI
  3. Twilio for SMS services
  4. SMTP for email services

API Requirements

  1. MySql
  2. Python 3.6

Extra Requirements

  1. Gmail Account
  2. Twilio Account

Install required packages and libraries

  1. Download the repository
  2. open cmd and navigate to the download folder where repository is downloaded
  3. Execute "python -m pip install -r requirements.txt"

Caution::Install python3.6 and check "add path to path variables" during installation.Ensure pip is installed on your system.

Software in Action(Video Demonstration!)

Check the following video to see how the software performs! Watch the video here

Some Images of GUI

Start Screen of the Application where Visitor can check in Start Screen of the Software

Check-Out screen where visitor can Check-out Check-Out Screen of the Software

For more images check the image folder of the repository.

How the application works?

This application is coded in Python 3.6 and GUI is implemented using tkinter.For SMS system twilio API is used and for email SMTP service is used.When visitor arrives ,he/she enters the details of the host as well of themselves.If the details are correct , the host receives a sms and email stating visitor's name and his contact number.MySQl is used to store the data with chech-in time as the current timestamp.If same visitor details are given again before check-out a popup is displayed.Even if the user enters wrong details a popup is displayed stating the same.During checkout the visitor check-out time is updated with current timestamp and the visitor gets an email stating all the details along with check-in and check-out time.Exception handling is used to handle the exception and errors. The tester should have a twilio account for using this application along with a gmail ID.

entry-management-system's People

Contributors

guptag911 avatar

Stargazers

no name avatar Yash Jain avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.