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)
| Tool Name | JavaScript | Python |
|---|---|---|
| Roll Number Parser | ✅ | ✅ |
amrita-tools
├── js
│ └── rollnumber-parser
│ ├── rollNumberParser.js
│ └── usage.js
├── python
│ └── rollnumber-parser
│ ├── roll_number_parser.py
│ └── usage.py
├── CONTRIBUTING.md
└── README.md
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
node usage.js
python usage.py
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