Linux GTK widget for tracking the status of an investment portfolio in Tinkoff Investments (coursework)
- Linux
- GTK+3
To install Python bindings for GTK (PyGObject) follow official guide
Clone the repo
git clone https://github.com/sotchenkov/tinkle
Install dependencies
poetry install
And run (to run in the background, you can use tmux)
python3 ./src/main.py
Get a Tinkoff Investment Token
Insert the token into the widget and select the desired portfolio
Now you can use the widget
You can change the position of the widget
It will be moved to the selected corner
You can also minimize it
Use Ctrl+C
to exit the widget