Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

v0.2.2

Choose a tag to compare

@Equalizer5118 Equalizer5118 released this 16 Nov 20:57
· 16 commits to main since this release

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