CSBook is a desktop application for CS Teaching Assistants to manage their students' details.
CSBook provides you an organized way to manage your students by grouping them based on their classes.
CSBook allows you to add contact details of your students and additional information (e.g. grades).
While it has a GUI, most of the user interactions happen using a Command Line Interface (CLI).
listgroups
: Listing all Groups Shows a list of all groups in the CSBook.viewgroup
: View details of a Group Finds and displays details about a group
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.