Skip to content

GUI application written in Python (tkinter) to query latest prices for given stocks.

License

Notifications You must be signed in to change notification settings

dm4rnde/StockPriceOverviewAppl

Repository files navigation

	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

  • 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

Specifics that surrounded application at the moment of development:

  • Python 3.6.2
  • tkinter 8.5 [standard Python interface to the Tk GUI toolkit]
  • (did run/tested under macOS 10.12.6)

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


About

GUI application written in Python (tkinter) to query latest prices for given stocks.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages