Investment App
Investment app for better understanding your success in this sphere
Main window

Main features
Via this app you can get information about your income from buyed shares in rubles. This app uses Tinkoff API to connect to your investment portfolio. Get Tinkoff API token - official website
After that app collects info about any existing in your portfolio stock. It grabs the following info:
- Stock name (you need to type it manually)
- Real share cost - the last price from Tinkoff
- Amount of shares that you bought
- Average cost of share
So the whole information is collected via API. And you can calculate the total income from any available stock in rubles. Also you can measure a possible income from shares by changing real stock cost parameter.
Main features
- Uses Tinkoff API Token
- Capable of importing / exporting API Token
- Capable of encrypting / decrypting the API Token file for secure using
- Displays your stocks’ names in drop down box
- Compatibility with shares of stock
How to build this app?
- Convert design file from QT Designer (.ui file) to python .py file:
pyuic5 InvestApp.ui -o InvestApp.py
- Build executable (.exe) file from main.py:
pip install auto-py-to-exe
auto-py-to-exe
In this app you will need to specify main.py script location, some icons and images if you have them and after that you can convert your application to .exe file