sotchenkov / tinkle

Linux widget for tracking the status of the investment portfolio in Tinkoff Investments (coursework)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinkle

Linux GTK widget for tracking the status of an investment portfolio in Tinkoff Investments (coursework)

Installation

Requirements

  • 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

Usage

Sign in

Get a Tinkoff Investment Token

Insert the token into the widget and select the desired portfolio

Now you can use the widget

Positioning

You can change the position of the widget

It will be moved to the selected corner

You can also minimize it

Exit

Use Ctrl+C to exit the widget

About

Linux widget for tracking the status of the investment portfolio in Tinkoff Investments (coursework)

License:Apache License 2.0


Languages

Language:Python 95.1%Language:CSS 4.9%