mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-16 10:39:50 +00:00
15 lines
613 B
Markdown
15 lines
613 B
Markdown
|
A python script for STOCK VISUALISER
|
||
|
Issue no. - #414
|
||
|
|
||
|
|
||
|
A proper and concise visualization of an stock is necessary to understand it before investing. It's not possible to visualise it over a long period of time in conventional softwares.
|
||
|
|
||
|
|
||
|
yfinance library, gets the stock growth
|
||
|
Tkcalendar, give user a option to can choose the duration for stock analysis
|
||
|
mplfinance library, plots the graph
|
||
|
|
||
|
|
||
|
after running the program allows to choose the date from which user needs to see the graph then user need to press visualise button and they have to give token/stock number so the graph will be shown for that stock
|
||
|
|