Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.17 KB

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