dm4rnde / StockPriceOverviewAppl

GUI application written in Python (tkinter) to query latest prices for given stocks.
MIT License
1 stars 1 forks source link
python tkinter
    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)!

Stock Price Overview Application


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.


Usage

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).



If does not start/run



Specifics

Specifics that surrounded application at the moment of development:

For more details see requirements.txt (and commands.txt).