/SharadPythonFinal

Final Project Python

Primary LanguagePythonMIT LicenseMIT

Stock ticker

The script runs independently in 2 modes

SCRIPT

  • scrapes realtime stock data
  • exposes the data as a crude API function
  • prints the formated data on terminal

tickerExample

GUI

  • uses tkinter to display a wrapper application for the actual script.

tickerGUIExample