att1
v3.0.0
Published
Student Attendance management system
Downloads
7
Readme
# attnd
A CLI tool to manage student attendance records efficiently.
Features
- Intuitive command-line interface for easy interaction.
- Handles CSV files for storing and managing attendance data.
- Marks attendance with options for "Present", "Absent", and "Leave".
- Displays attendance records in a clear and organized table format.
- Stores attendance data in a separate file to preserve the original CSV.
- Uses a linked list data structure for efficient attendance management.
Installation
npm install -g attnd
Usage
Initialize the app:
attnd add <file_path> <keyword>
file_path
: The path to your CSV file containing student information.keyword
: A keyword to identify the specific class for attendance management.
Mark attendance:
attnd mark [keyword]
- Optionally specify the
keyword
if you have multiple classes initialized.
- Optionally specify the
Show attendance:
attnd show <keyword>
- Specify the
keyword
for the class you want to view attendance for.
- Specify the
Made with ❤️ by [Abhideep Kumar]