An open API service indexing awesome lists of open source software.

https://github.com/yogeshnile/student-result-management-system

In this Repo I developed a Student Result declaration system using Flaskapp.
https://github.com/yogeshnile/student-result-management-system

css flask flask-application flask-sqlalchemy flaskapp html mysql-database pandas python3

Last synced: 7 months ago
JSON representation

In this Repo I developed a Student Result declaration system using Flaskapp.

Awesome Lists containing this project

README

          

# Student Result Management System :notebook:
In this Repo I developed a Student Result declaration system using Flaskapp.

[![](https://camo.githubusercontent.com/2fb0723ef80f8d87a51218680e209c66f213edf8/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d707974686f6e2e737667)](https://python.org)

# Technology used in Project :hotsprings:

# How to run the project? :thinking:
- Install all the libraries mentioned in the above.
- Clone this repository in your local system.
- upload [srms.sql](https://github.com/yogeshnile/Student-Result-Management-System/blob/master/srms.sql) file in mysql on your system.
- Open the terminal from your project directory and run the command python main.py.
- Go to your browser and type http://127.0.0.1:5000/ in the address bar.
- Hurray! That's it.

# ScreenShot :camera_flash:
![](https://github.com/yogeshnile/Student-Result-Management-System/blob/master/Images/1.png)
![](https://github.com/yogeshnile/Student-Result-Management-System/blob/master/Images/2.png)
![](https://github.com/yogeshnile/Student-Result-Management-System/blob/master/Images/3.png)
![](https://github.com/yogeshnile/Student-Result-Management-System/blob/master/Images/4.png)
![](https://github.com/yogeshnile/Student-Result-Management-System/blob/master/Images/5.png)
![](https://github.com/yogeshnile/Student-Result-Management-System/blob/master/Images/6.png)

# Directory Tree :cactus:
```bash
.
├── config.json
├── main.py
├── README.md
├── srms.sql
├── static
│   ├── 404
│   │   ├── main.scss
│   │   ├── style.css
│   │   └── style.css.map
│   ├── css
│   │   ├── animate-css
│   │   │   └── animate.min.css
│   │   ├── bootstrap.css
│   │   ├── bootstrap.min.css
│   │   ├── font-awesome.css
│   │   ├── font-awesome.min.css
│   │   ├── lobipanel
│   │   │   ├── lobipanel.css
│   │   │   └── lobipanel.min.css
│   │   ├── main2.css
│   │   ├── main.css
│   │   ├── prism
│   │   │   └── prism.css
│   │   └── util.css
│   ├── fonts
│   │   ├── font-awesome-4.7.0
│   │   │   ├── css
│   │   │   │   ├── font-awesome.css
│   │   │   │   └── font-awesome.min.css
│   │   │   ├── fonts
│   │   │   │   ├── FontAwesome.otf
│   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   └── fontawesome-webfont.woff2
│   │   │   ├── HELP-US-OUT.txt
│   │   │   ├── less
│   │   │   │   ├── animated.less
│   │   │   │   ├── bordered-pulled.less
│   │   │   │   ├── core.less
│   │   │   │   ├── fixed-width.less
│   │   │   │   ├── font-awesome.less
│   │   │   │   ├── icons.less
│   │   │   │   ├── larger.less
│   │   │   │   ├── list.less
│   │   │   │   ├── mixins.less
│   │   │   │   ├── path.less
│   │   │   │   ├── rotated-flipped.less
│   │   │   │   ├── screen-reader.less
│   │   │   │   ├── stacked.less
│   │   │   │   └── variables.less
│   │   │   └── scss
│   │   │   ├── _animated.scss
│   │   │   ├── _bordered-pulled.scss
│   │   │   ├── _core.scss
│   │   │   ├── _fixed-width.scss
│   │   │   ├── font-awesome.scss
│   │   │   ├── _icons.scss
│   │   │   ├── _larger.scss
│   │   │   ├── _list.scss
│   │   │   ├── _mixins.scss
│   │   │   ├── _path.scss
│   │   │   ├── _rotated-flipped.scss
│   │   │   ├── _screen-reader.scss
│   │   │   ├── _stacked.scss
│   │   │   └── _variables.scss
│   │   ├── iconic
│   │   │   ├── css
│   │   │   │   ├── material-design-iconic-font.css
│   │   │   │   └── material-design-iconic-font.min.css
│   │   │   └── fonts
│   │   │   ├── Material-Design-Iconic-Font.eot
│   │   │   ├── Material-Design-Iconic-Font.svg
│   │   │   ├── Material-Design-Iconic-Font.ttf
│   │   │   ├── Material-Design-Iconic-Font.woff
│   │   │   └── Material-Design-Iconic-Font.woff2
│   │   ├── Linearicons-Free-v1.0.0
│   │   │   ├── icon-font.min.css
│   │   │   └── WebFont
│   │   │   ├── Linearicons-Free.eot
│   │   │   ├── Linearicons-Free.svg
│   │   │   ├── Linearicons-Free.ttf
│   │   │   ├── Linearicons-Free.woff
│   │   │   └── Linearicons-Free.woff2
│   │   ├── poppins
│   │   │   ├── Poppins-BlackItalic.ttf
│   │   │   ├── Poppins-Black.ttf
│   │   │   ├── Poppins-BoldItalic.ttf
│   │   │   ├── Poppins-Bold.ttf
│   │   │   ├── Poppins-ExtraBoldItalic.ttf
│   │   │   ├── Poppins-ExtraBold.ttf
│   │   │   ├── Poppins-ExtraLightItalic.ttf
│   │   │   ├── Poppins-ExtraLight.ttf
│   │   │   ├── Poppins-Italic.ttf
│   │   │   ├── Poppins-LightItalic.ttf
│   │   │   ├── Poppins-Light.ttf
│   │   │   ├── Poppins-MediumItalic.ttf
│   │   │   ├── Poppins-Medium.ttf
│   │   │   ├── Poppins-Regular.ttf
│   │   │   ├── Poppins-SemiBoldItalic.ttf
│   │   │   ├── Poppins-SemiBold.ttf
│   │   │   ├── Poppins-ThinItalic.ttf
│   │   │   └── Poppins-Thin.ttf
│   │   └── ubuntu
│   │   ├── Ubuntu-BoldItalic.ttf
│   │   ├── Ubuntu-Bold.ttf
│   │   ├── Ubuntu-Italic.ttf
│   │   ├── Ubuntu-LightItalic.ttf
│   │   ├── Ubuntu-Light.ttf
│   │   ├── Ubuntu-MediumItalic.ttf
│   │   ├── Ubuntu-Medium.ttf
│   │   ├── Ubuntu-Regular.ttf
│   │   └── UFL.txt
│   ├── images
│   │   └── icons
│   │   ├── index.ico
│   │   └── login.ico
│   ├── index
│   │   ├── css
│   │   │   ├── main.css
│   │   │   └── util.css
│   │   ├── fonts
│   │   │   ├── font-awesome-4.7.0
│   │   │   │   ├── css
│   │   │   │   │   ├── font-awesome.css
│   │   │   │   │   └── font-awesome.min.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   └── fontawesome-webfont.woff2
│   │   │   │   ├── HELP-US-OUT.txt
│   │   │   │   ├── less
│   │   │   │   │   ├── animated.less
│   │   │   │   │   ├── bordered-pulled.less
│   │   │   │   │   ├── core.less
│   │   │   │   │   ├── fixed-width.less
│   │   │   │   │   ├── font-awesome.less
│   │   │   │   │   ├── icons.less
│   │   │   │   │   ├── larger.less
│   │   │   │   │   ├── list.less
│   │   │   │   │   ├── mixins.less
│   │   │   │   │   ├── path.less
│   │   │   │   │   ├── rotated-flipped.less
│   │   │   │   │   ├── screen-reader.less
│   │   │   │   │   ├── stacked.less
│   │   │   │   │   └── variables.less
│   │   │   │   └── scss
│   │   │   │   ├── _animated.scss
│   │   │   │   ├── _bordered-pulled.scss
│   │   │   │   ├── _core.scss
│   │   │   │   ├── _fixed-width.scss
│   │   │   │   ├── font-awesome.scss
│   │   │   │   ├── _icons.scss
│   │   │   │   ├── _larger.scss
│   │   │   │   ├── _list.scss
│   │   │   │   ├── _mixins.scss
│   │   │   │   ├── _path.scss
│   │   │   │   ├── _rotated-flipped.scss
│   │   │   │   ├── _screen-reader.scss
│   │   │   │   ├── _stacked.scss
│   │   │   │   └── _variables.scss
│   │   │   ├── iconic
│   │   │   │   ├── css
│   │   │   │   │   ├── material-design-iconic-font.css
│   │   │   │   │   └── material-design-iconic-font.min.css
│   │   │   │   └── fonts
│   │   │   │   ├── Material-Design-Iconic-Font.eot
│   │   │   │   ├── Material-Design-Iconic-Font.svg
│   │   │   │   ├── Material-Design-Iconic-Font.ttf
│   │   │   │   ├── Material-Design-Iconic-Font.woff
│   │   │   │   └── Material-Design-Iconic-Font.woff2
│   │   │   └── montserrat
│   │   │   ├── Montserrat-BlackItalic.ttf
│   │   │   ├── Montserrat-Black.ttf
│   │   │   ├── Montserrat-BoldItalic.ttf
│   │   │   ├── Montserrat-Bold.ttf
│   │   │   ├── Montserrat-ExtraBoldItalic.ttf
│   │   │   ├── Montserrat-ExtraBold.ttf
│   │   │   ├── Montserrat-ExtraLightItalic.ttf
│   │   │   ├── Montserrat-ExtraLight.ttf
│   │   │   ├── Montserrat-Italic.ttf
│   │   │   ├── Montserrat-LightItalic.ttf
│   │   │   ├── Montserrat-Light.ttf
│   │   │   ├── Montserrat-MediumItalic.ttf
│   │   │   ├── Montserrat-Medium.ttf
│   │   │   ├── Montserrat-Regular.ttf
│   │   │   ├── Montserrat-SemiBoldItalic.ttf
│   │   │   ├── Montserrat-SemiBold.ttf
│   │   │   ├── Montserrat-ThinItalic.ttf
│   │   │   ├── Montserrat-Thin.ttf
│   │   │   └── OFL.txt
│   │   ├── images
│   │   │   ├── bg-01.jpg
│   │   │   ├── icons
│   │   │   │   └── favicon.ico
│   │   │   └── img-01.png
│   │   ├── js
│   │   │   └── main.js
│   │   └── vendor
│   │   ├── animate
│   │   │   └── animate.css
│   │   ├── animsition
│   │   │   ├── css
│   │   │   │   ├── animsition.css
│   │   │   │   └── animsition.min.css
│   │   │   └── js
│   │   │   ├── animsition.js
│   │   │   └── animsition.min.js
│   │   ├── bootstrap
│   │   │   ├── css
│   │   │   │   ├── bootstrap.css
│   │   │   │   ├── bootstrap.css.map
│   │   │   │   ├── bootstrap-grid.css
│   │   │   │   ├── bootstrap-grid.css.map
│   │   │   │   ├── bootstrap-grid.min.css
│   │   │   │   ├── bootstrap-grid.min.css.map
│   │   │   │   ├── bootstrap.min.css
│   │   │   │   ├── bootstrap.min.css.map
│   │   │   │   ├── bootstrap-reboot.css
│   │   │   │   ├── bootstrap-reboot.css.map
│   │   │   │   ├── bootstrap-reboot.min.css
│   │   │   │   └── bootstrap-reboot.min.css.map
│   │   │   └── js
│   │   │   ├── bootstrap.js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── popper.js
│   │   │   ├── popper.min.js
│   │   │   └── tooltip.js
│   │   ├── countdowntime
│   │   │   └── countdowntime.js
│   │   ├── css-hamburgers
│   │   │   ├── hamburgers.css
│   │   │   └── hamburgers.min.css
│   │   ├── daterangepicker
│   │   │   ├── daterangepicker.css
│   │   │   ├── daterangepicker.js
│   │   │   ├── moment.js
│   │   │   └── moment.min.js
│   │   ├── jquery
│   │   │   └── jquery-3.2.1.min.js
│   │   ├── noui
│   │   │   ├── nouislider.css
│   │   │   ├── nouislider.js
│   │   │   ├── nouislider.min.css
│   │   │   └── nouislider.min.js
│   │   ├── perfect-scrollbar
│   │   │   ├── perfect-scrollbar.css
│   │   │   └── perfect-scrollbar.min.js
│   │   └── select2
│   │   ├── select2.css
│   │   ├── select2.js
│   │   ├── select2.min.css
│   │   └── select2.min.js
│   ├── js
│   │   ├── bootstrap
│   │   │   ├── bootstrap.js
│   │   │   └── bootstrap.min.js
│   │   ├── iscroll
│   │   │   └── iscroll.js
│   │   ├── jquery
│   │   │   ├── jquery-2.2.4.js
│   │   │   └── jquery-2.2.4.min.js
│   │   ├── lobipanel
│   │   │   ├── lobipanel.js
│   │   │   └── lobipanel.min.js
│   │   ├── main2.js
│   │   ├── main.js
│   │   ├── modernizr
│   │   │   ├── modernizr.js
│   │   │   └── modernizr.min.js
│   │   ├── pace
│   │   │   └── pace.min.js
│   │   └── prism
│   │   ├── prism.js
│   │   ├── prism-line-numbers.js
│   │   └── prism.min.js
│   └── vendor
│   ├── animate
│   │   └── animate.css
│   ├── animsition
│   │   ├── css
│   │   │   ├── animsition.css
│   │   │   └── animsition.min.css
│   │   └── js
│   │   ├── animsition.js
│   │   └── animsition.min.js
│   ├── bootstrap
│   │   ├── css
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.css.map
│   │   │   ├── bootstrap-grid.css
│   │   │   ├── bootstrap-grid.css.map
│   │   │   ├── bootstrap-grid.min.css
│   │   │   ├── bootstrap-grid.min.css.map
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap.min.css.map
│   │   │   ├── bootstrap-reboot.css
│   │   │   ├── bootstrap-reboot.css.map
│   │   │   ├── bootstrap-reboot.min.css
│   │   │   └── bootstrap-reboot.min.css.map
│   │   └── js
│   │   ├── bootstrap.js
│   │   ├── bootstrap.min.js
│   │   ├── popper.js
│   │   ├── popper.min.js
│   │   └── tooltip.js
│   ├── countdowntime
│   │   └── countdowntime.js
│   ├── css-hamburgers
│   │   ├── hamburgers.css
│   │   └── hamburgers.min.css
│   ├── daterangepicker
│   │   ├── daterangepicker.css
│   │   ├── daterangepicker.js
│   │   ├── moment.js
│   │   └── moment.min.js
│   ├── jquery
│   │   └── jquery-3.2.1.min.js
│   ├── perfect-scrollbar
│   │   ├── perfect-scrollbar.css
│   │   └── perfect-scrollbar.min.js
│   └── select2
│   ├── select2.css
│   ├── select2.js
│   ├── select2.min.css
│   └── select2.min.js
└── templates
├── 404.html
├── dashboard.html
├── index.html
├── login.html
└── result.html

74 directories, 262 files
```

## Bug / Feature Request :man_technologist:
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/yogeshnile/Student-Result-Management-System/issues/new) by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue [here](https://github.com/yogeshnile/Student-Result-Management-System/issues/new). Please include sample queries and their corresponding results.

## Connect with me! 🌐
Known on internet as **Yogesh Nile**

[](https://bit.ly/2Ky3ho6) [](https://bit.ly/2yoggit) [](https://bit.ly/3dbLJLC) [](https://t.me/yogeshnile) [](https://bit.ly/3b9Qeo4) [](https://bit.ly/32SXHV0)

## Email Me :e-mail:

[](mailto:yogeshnile.work4u@gmail.com)

# Credit

- On this repo I am use free html css templetes available on online. shout out for their wonderful work