NOTE! This code is not actively managed and therefore might not work as intended
(and because of not being updated it might also contain vulnerabilities)!
Short and basic GUI application written in Python that uses tkinter.
Created to acquaint oneself with tkinter.
Application allows to query latest prices for given stocks.
Clone the project.
git clone https://github.com/dm4rnde/StockPriceOverviewAppl.git
Setup environment (see below for Specifics).
Start spoa.py with python (i.e. python3.6 spoa.py
).
Tkinter might require some specific setting up.
This code is not actively maintained and it is
possible that external dependencies, that this
code is built to rely on, have changed or become defunct.
You are welcome to fork and make your own version.
Specifics that surrounded application at the moment of development:
For more details see requirements.txt (and commands.txt).