Skip to content

This is a Python application that visualizes stock data using professional charts.

Notifications You must be signed in to change notification settings

guido-lab/stockdata-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

visualizing-stock-data

This application allows you to visualize stock data professionally using candlestick charts. Just enter the starting date, the end date and the respective ticker symbol.


Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/guido-lab/stockdata-visualizer.git

Create virtual enviroment:

python -m venv env

Activate enviroment:

source env/bin/activate

Install the requirements:

pip install -r requirements.txt

Install tkinter (ubuntu)

sudo apt-get install python3-tk

Install tkinter (windows)

pip install tk

Install tkinter (Mac)

brew reinstall python --with-tcl-tk

Run the App

python stockdata_visualizer.py

About

This is a Python application that visualizes stock data using professional charts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages