This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.2.2
New Features/changes
- Added advanced options for each path, so you can now specify custom First name and last name columns, as well as the ability to filter students by a specific column value.
- Settings are now saved to a .json file (named
default.json), which is saved when you exit the program. This is also loaded automatically, if it exists, on program load. - Better handling of exceptions on program load, so even school computers that won't let you use CMD can see the stupid mistakes I make!
- Variables used by modules are stored in
qt_adv_vars.py - Icon now shows on QT window!
Known bugs
- Console reports that its unable to set directory to "." on first open of file dialog. Not really a bug,just annoying. Program works fine and doesn't break, properly set after closing file dialog again.
Full Changelog: v0.2.1...v0.2.2