Berat-O / Python_Project

Basic Python projects for beginners and you can add your own project, good first issue
13 stars 14 forks source link

[improvement] - Refactored Program #14

Closed WillBreak closed 1 month ago

WillBreak commented 1 month ago

Program modifications

General improvements to improve readability and maintainability.

  1. Codebase split into separate files for better organisation and encapsulation
  2. Created load_stocks.py, fetch_stocks.py, data_processor.py, and plot_stocks.py to contain related functions or classes

I have tested the code and ensured that it works as expected.