Berat-O / Python_Project

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

[improvement] - Refactored Program #14

Closed WillBreak closed 5 months ago

WillBreak commented 5 months 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.