https://github.com/apsknight/acl
Attendance on Command Line
https://github.com/apsknight/acl
attendance-monitoring cli click command-line-tool python3
Last synced: over 1 year ago
JSON representation
Attendance on Command Line
- Host: GitHub
- URL: https://github.com/apsknight/acl
- Owner: apsknight
- License: mit
- Created: 2018-12-08T03:43:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:28:05.000Z (over 3 years ago)
- Last Synced: 2025-03-30T13:03:18.893Z (over 1 year ago)
- Topics: attendance-monitoring, cli, click, command-line-tool, python3
- Language: Python
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACL - Attendance on Command Line
> *Fetch attendance from ERP and Pretty Print it on Terminal.*
[](https://travis-ci.com/apsknight/acl)
[](https://asciinema.org/a/nBapjGfxqwNxgQHXfYn6N6TpH)
## Install
```bash
python3 -m pip install acl-iitbbs
```
## Update
```bash
python3 -m pip install acl-iitbbs --upgrade
```
## Usage
```
$ acl --help
Usage: acl [OPTIONS]
Fetch attendance from IITBBS's ERP and Pretty Print it on Terminal.
Options:
-r, --roll TEXT Enter the Roll Number for ERP Login.
-p, --password TEXT Enter Password for ERP Login.
--help Show this message and exit
```
```
$ acl --roll 16CS010XX
Password:
╒═══════════════════════════════════════════════════╤════════════╤══════════════╕
│ Subject Name │ Attended │ Percentage │
╞═══════════════════════════════════════════════════╪════════════╪══════════════╡
│ Formal Languages and Automata Theory │ 44/58 │ 75.86 │
├───────────────────────────────────────────────────┼────────────┼──────────────┤
│ Computer Organization and Architecture │ 38/49 │ 77.55 │
├───────────────────────────────────────────────────┼────────────┼──────────────┤
│ Operating Systems │ 30/47 │ 63.83 │
├───────────────────────────────────────────────────┼────────────┼──────────────┤
│ Computer Organization and Architecture Laboratory │ 17/17 │ 100 │
├───────────────────────────────────────────────────┼────────────┼──────────────┤
│ Operating Systems Laboratory │ 14/15 │ 93.33 │
├───────────────────────────────────────────────────┼────────────┼──────────────┤
│ Numerical Methods │ 52/66 │ 78.79 │
├───────────────────────────────────────────────────┼────────────┼──────────────┤
│ Managerial Economics │ 25/42 │ 59.52 │
╘═══════════════════════════════════════════════════╧════════════╧══════════════╛
```
## Contributors
- Aman Pratap Singh
- Tummala Madhav
- Aditya Pal
- Rahul Kumar
## License
MIT © [Aman Pratap Singh](https://aps.mit-license.org)