A CLI tool that automatically registers you for TU Delft exams. It:
- Registers for all exams in your enrolled courses
- Stores credentials securely on your computer
- Sends notifications when registration is successful
powershell -c "irm https://raw.githubusercontent.com/dhruvan2006/tuenroll/main/install.ps1 | iex"
sudo apt install libdbus-1-dev pkg-config
curl -fsSL https://raw.githubusercontent.com/dhruvan2006/tuenroll/main/install.sh | sh
sudo dnf install dbus-devel pkgconf-pkg-config
curl -fsSL https://raw.githubusercontent.com/dhruvan2006/tuenroll/main/install.sh | sh
🚧 macOS support is under development
If you have Rust installed:
cargo install tuenroll
git clone https://github.com/dhruvan2006/tuenroll.git
cd tuenroll
cargo install --path .
It sets up periodic checks to register for exams.
tuenroll start
- Run a one time check:
tuenroll run
- Stop Background Service:
tuenroll stop
- Change credentials:
tuenroll change
- Delete Credentials:
tuenroll delete
- View Status:
tuenroll status
- View Logs:
tuenroll log
This tool is not officially affiliated with TU Delft. Use it responsibly and at your own risk.