Param302 / IITM-BS-score-Calculator

A Score calculator made for IITM-BS students to calculate their marks (not official).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IITM-BS score Calculator

A Score calculator made for IITM-BS students to calculate their marks (not official).

  • Currently it's only available for Foundational Term 1 students (qualifier term).
  • Know about it more at here

Where to try ?

Foundational Term 1


Clone this repository

git clone https://github.com/Param302/IITM-BS-score-Calculator.git

Want to Contribute ?

Any kind of contribution is allowed, including website, repl or anything. Make sure you have hosted it somewhere, if not contact us.

1. For this repository and clone the forked repository on your local machine.

git clone https://github.com/Param302/IITM-BS-score-Calculator.git

2. Create and checkout to the new branch

git checkout -b <branch_name>

3. Create directory for which level/term you've made.

Example:

mkdir foundational-term1
cd foundational-term1

4. Store your code in the same directory and create a readme file of it's usage.

5. Add the changes

git add .

6. Commit your changes with a proper message

git commit -m "Enter your message here"

7. Make the Pull Request

git push origin <branch_name>

Once the pull request is accepted, it will be merged to the main repository

Thank you very much for your contributions. Hope you have enjoyed working with this project.


Having a problem ? Ask here:

About

A Score calculator made for IITM-BS students to calculate their marks (not official).


Languages

Language:Python 100.0%