GithubHelp home page GithubHelp logo

miltonbhowmick / qr-code-attendance Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 25.14 MB

Python 83.36% CSS 1.31% JavaScript 2.49% HTML 1.93% Makefile 0.01% C 2.71% C++ 0.61% Batchfile 0.01% PowerShell 0.01% Tcl 7.56% Xonsh 0.01%
attendance attendance-management-system attendance-system qr-code-attendance student-attendance

qr-code-attendance's Introduction

QR-code-attendance

A Project for making attendance system easy and secure
View Demo · Report Bug · Request Feature

About The Project

College & School (X)
This project is only for university students.
This is a project based on attendance system. I have tried to figure out a way to take attendance through android mobile. A QR code will be generated according to selected course code by teacher. Then he/she will show the generated QR code to projectile screen. Students will scan QR code and their names will be shown in the screen board with real time.

Objectives:

  • To convert the analog system to digital system.
  • To save time to take class attendance.
  • To reduce cheating done by students.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Be sure you have the following installed on your development machine:

  • Python >= 3.7
  • Django >=2.1
  • Git
  • pip
  • Virtualenv (virtualenvwrapper is recommended)

Installation

To setup a local development environment:

Create a virtual environment in which to install Python pip packages. With virtualenv,

virtualenv venv            # create a virtualenv
source venv/bin/activate   # activate the Python virtualenv 

or with virtualenvwrapper,

mkvirtualenv -p python3 {{project_name}}   # create and activate environment
workon {{project_name}}   # reactivate existing environment

Clone GitHub Project,

git clone https://github.com/Miltonbhowmick/QR-code-attendance.git
cd  QR-code-attendance

Install development dependencies,

pip install -r requirements.txt

Migrate Database,

python manage.py migrate

Run the web application locally,

python manage.py runserver # 127.0.0.1:8000

Create Superuser,

python manage.py createsuperuser

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Linkedin - @miltonbhowmick

qr-code-attendance's People

Contributors

dependabot[bot] avatar miltonbhowmick avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

trellixvulnteam

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.