Skip to content

This is my first project using Flask, created for practice purposes. The website allows users to input marks for four subjects and calculates the overall percentage to determine if the student has passed the exam.

Notifications You must be signed in to change notification settings

anubagre/Flask-Based-Exam-Result-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Based Exam Result Checker

Description

This is my first project using Flask, created for practice purposes. The website allows users to input marks for four subjects (Science, Maths, English and Hindi) and calculates the overall percentage to determine if the student has passed the exam.

Running the Project Locally

To run this Flask-based Exam Result Checker locally, follow these steps:

Prerequisites

  • Python 3.x installed on your system.
  • pip (Python package installer) installed.
  • Virtualenv installed (optional but recommended).

Setup

  1. Clone the Repository:

    git clone https://github.com/anubagre/Flask-Based-Exam-Result-Checker.git
    cd Flask-Based-Exam-Result-Checker
    
  2. Create a Virtual Environment: It’s a good practice to use a virtual environment to manage dependencies.

    python -m venv venv
    
  3. Activate the Virtual Environment:
    On Windows:

    venv\Scripts\activate
    
  4. Install Dependencies:

    pip install -r requirements.txt
    
  5. Running the Application: Set the FLASK_APP Environment Variable

    On Windows:

    set FLASK_APP=app.py
    
  6. Run the Flask Development Server:

    flask run
    

Access the Application: Open your web browser and go to http://127.0.0.1:5000.

About

This is my first project using Flask, created for practice purposes. The website allows users to input marks for four subjects and calculates the overall percentage to determine if the student has passed the exam.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published