Coder Social home page Coder Social logo

aqib-m31 / admission-system Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 27 KB

A simple program that takes student record from user input, stores it in a database and provides some functions to manipulate that data.

License: MIT License

Python 100.00%
python sql admission-system mini-project-for-learning

admission-system's Introduction

Admission-System

A simple program that:

  • Tells user to install mysql server. And creates a database and defines the table structure in the database.

    dbinit.py

  • Provides four functions to user to manipulate student data in the database.
    • enroll function -- to insert student data into the database.
    • view function -- to view student data stored on the database.
    • delete function -- to delete details of a particular student from the database.
    • update function -- to update details of a particular student in the database.
    • save function -- to save database records in a text file.

    admsys.py

dbinit.py:
  1. Tells user to install mysql server and setup the user account.
  2. Asks user if mysql server is installed or not.
  3. Determines whether user has installed mysql server or not - based on user input.
  4. If installed, it asks for username and password to connect to the server.
  5. On connecting successfully, it creates a database and defines the table structure in the database.
  6. If this program doesn't generate any error message, admsys.py is ready to use.
admsys.py
  1. Asks for username and password to connect to the server to get access to the database.
  2. On connecting successfully, it provides the above mentioned functions viz. enroll(), view(), delete(), update() and save() to the user to manipulate student data in the database.

Note: If you use this for the first time - firstly run dbinit.py and on successful execution you're ready to run admsys.py

admission-system's People

Contributors

aqib-m31 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.