Coder Social home page Coder Social logo

srs's Introduction

Student Record System

Tech Stack: Python(Flask), SQLite, HTML, CSS(Bootstrap), Javascript(JQuery).

Screenshots

Screenshot

Features

  • Student's personal record.
  • Student card generation.
  • Student's test record.
  • Student's fee record.
  • Fee receipt generation.
  • Ability to change institution name and logo from within the app.
  • Create/Delete Administrators from root account.
  • Admin can only 1) create/edit a student, 2) create test and fee records, 3) edit personal profile of itself.
  • Root has all privileges like 1) create/edit/delete students/admins/test records/fee records, 2) edit institution name and logo.

Default Username and Password

Root User: Username: root Password: root

Admin User: Username: admin Password: admin

Installation

You will need to have python 3.x installed. 3.6 recommended.

Open terminal and go to the project directory and type following to install dependencies

pip install -r requirements.txt

Type the following command to run the app

python app.py

Creating an executable for windows using cx_Freeze

You will need to have cx_Freeze installed first

pip install cx_Freeze

Type following to generate the executable

python setup.py build

NOTE: You can change the setup.py file to generate the executable with your own instution's name. Just replace Institution_Name with your institution's name. You can also replace the three default logo files at /static/img/system/[logo.png, logo.jpg, logo.ico] with your own institution's logo files.

Contributions/Issues/Feedback

Contributions to this project directly is not recommended. Feel free to fork it and modify according to your needs. Feel free to post any issues/feedback in the issues section.

Licence and Credits

License: MIT

Author: Ahmed Noor

Credits: FlatIcon for default logo. FontAwesome for UI icons.

srs's People

Contributors

ahmednooor avatar

Watchers

Amit K avatar James Cloos 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.