Skip to content

harshal2030/stock-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-analyzer

A software that compares NCDEX commodities on daily basis

Installation for debugging and alters

make sure you install all dependencies pip install pandas pip install matplotlib pip install numpy pip install tkcalendar

and then run python setup_stock.py to run the program

create executable

After installing all dependencies, you have install pyinstaller to create executables

and run pyinstaller --hidden-import babel.numbers setup_stock.py

TODO:-

  • refactor code
  • Auto update data
  • Store offline data
  • Add extra information of graph in Header
  • Use threads for responsivness

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages