Skip to content

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

License

Notifications You must be signed in to change notification settings

sotchenkov/tinkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published