Pull Request: Add requirements.txt for GUI.py Dependencies
Description:
This pull request adds a requirements.txt file to the repository, listing the necessary dependencies required to run the GUI.py script without encountering ModuleNotFoundError. Developers can use the pip install -r requirements.txt command to automate the installation of these dependencies.
Changes:
Added requirements.txt file listing dependencies.
Purpose:
Ensure a smoother experience for users by simplifying the installation process of required dependencies.
Address potential ModuleNotFoundError issues when running the GUI.py script.
Instructions:
To install the dependencies, use the following command:
pip install -r requirements.txt
Pull Request: Add requirements.txt for GUI.py Dependencies
Description:
This pull request adds a
requirements.txt
file to the repository, listing the necessary dependencies required to run theGUI.py
script without encounteringModuleNotFoundError
. Developers can use thepip install -r requirements.txt
command to automate the installation of these dependencies.Changes:
Added
requirements.txt
file listing dependencies.Purpose:
ModuleNotFoundError
issues when running theGUI.py
script.Instructions:
To install the dependencies, use the following command:
pip install -r requirements.txt