Szymon ceefa475cb Add PKGBUILD for nice Arch Linux install (#6)
* add PGKBUILD

* update README with AUR info
2026-02-16 23:59:29 +01:00
2026-02-15 13:21:23 +01:00
2026-02-07 04:23:08 +01:00
2026-02-07 04:23:08 +01:00
2026-02-15 13:56:28 +01:00

ZUTUI

Have you ever felt like visiting https://edziekanat.zut.edu.pl/ is quite annoying?
Wouldn't you rather stay in your terminal? Everyone loves terminals...
At least I did.

So here we go!

Login Page Grades Page

Usage

1. Download:

On Windows:

pip install git+https://github.com/shv187/zutui.git

Arch Linux:

You can use PKGBUILD. Just run:

makepkg -si

or if you want to, you can use AUR helper of your choice. For example:

yay -S zutui-git

MacOs and other Linux distros:

Most distros environments are externally managed by the system package manager, so the most straightforward way would be using something like pipx.

pipx install git+https://github.com/shv187/zutui.git

2. Start:

zutui

3. Enjoy :)

Bindings

j - Down

k - Up

enter - See partial grades info

ctrl+q - Quit

Sidenotes

Config

  • On Unix like is stored @ ~/.config/zutui/config.json
  • On Windows is stored @ ~/zutui/config.json
  • so are grades_cache.json
Feel free to pull request if you're smarter :)

TODO:

  • Nothing
  • Open for requests tho...
  • And mostlikely issues too...
Description
No description provided
Readme MIT 118 KiB
Languages
Python 100%