Skip to content

mitran06/amrita-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hey fellow dev! Welcome to Amrita Tools

Amrita Tools is a collection of reusable scripts, components, and other utilities made to primarily encourage the development of applications for our university and to avoid reinventing the wheel. I made this in hopes that it would save time and effort for anyone developing Amrita-related applications.

Feel free to contribute anything you feel others would find useful (ref. CONTRIBUTING.md)


Available Tools

Tool Name JavaScript Python
Roll Number Parser

Repository Structure


amrita-tools
├── js
│   └── rollnumber-parser
│       ├── rollNumberParser.js
│       └── usage.js
├── python
│   └── rollnumber-parser
│       ├── roll_number_parser.py
│       └── usage.py
├── CONTRIBUTING.md
└── README.md



Documentation

Roll Number Parser

Parse and decode useful information from an Amrita roll number Includes:

  • Campus
  • School
  • Programme Type
  • Program Duration
  • Branch
  • Start Year
  • Expected Graduation Year
  • Roll Call Number
  • Validates the roll number format

JavaScript Usage

node usage.js

Python Usage

python usage.py

Contributors


How to Contribute?

Are you an dev at Amrita building cool stuff and wanna share a tool? Open an issue or PR it'll be added to the repository, and you'll be added to the contributors list! Check out the contribution guide here

About

Collection of reusable scripts, components, and other utilities for the development of Amrita-related applications

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors