Skip to content

ErrorCodeArnab/Console-based-Studen-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student_Management_System

This is a basic Student Management System.

I made this using of Python and it is a console based application.

Basic Data Structure is used in this project.

Array 

String

Integer

Deployment

I have used python virtual environment (VENV).

If you want to run this project just install the required packages from requirement.txt and copy the code in your pc globally and use any Python ide.

Otherwise you can create a virtual environment.

To deploy this project in virtual environment -->

To create virtual environment

python -m venv name_of_the_env

Activate virual environment.

  • Windows ->
name_of_the_env\Scripts\activate
  • Linux ->
source name_of_the_env/bin/activate

Deactivate virual environment.

    deactivate

To install all from requirments.txt

    pip install -r requirments.txt

Screenshots of the App

Screenshot (96)

Screenshot (97)

Feedback

If you have any feedback or any idea, please reach out to me at arnab.errorcode2021@gmail.com

Support

For support, email arnab.errorcode2021@gmail.com .

About

This is a Console app made in Python for managing student data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages