Files
zutui/README.md
Szymon e48ed5370a Add secure password storing (#4)
* Added xdg-compliant path for Linux and macOS

Created config.py

Moved system path logic to config.py

* Added secure password storing with keyring

* fixed not showing login screen if no password is saved

* Update readme with new config info

* add pywin32 lib
2026-02-15 13:21:23 +01:00

44 lines
1021 B
Markdown

# 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!
<img width="100%" height="auto" alt="Login Page" src="https://github.com/user-attachments/assets/081d30f1-75f6-42e4-adbe-c3d67f2ea69c" />
<img width="100%" height="auto" alt="Grades Page" src="https://github.com/user-attachments/assets/6536c74d-13a5-436e-af3d-5522216ce8c1" />
# Usage
### 1. Download:
```
pip 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:
- [x] **Nothing**
- [ ] Open for **requests** tho...
- [ ] And mostlikely **issues** too...