mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-15 12:58:11 +00:00
11 lines
415 B
Markdown
11 lines
415 B
Markdown
|
# Stock Visualizer
|
||
|
|
||
|
## About
|
||
|
A stock visualizer, that uses the Yahoo Finance library to create a customizable graph for the user to see.
|
||
|
It will ask the user for input, specifically for the stock symbol, and the start and end dates in the form (YYYY-MM-DD).
|
||
|
Then, it will output a graph with those specifications.
|
||
|
### Input Queried from User
|
||
|
![](assets/input.png)
|
||
|
### Output Graph Generated
|
||
|
![](assets/output.png)
|