2 Commits

Author SHA1 Message Date
Francesco Grazioso
462aed698b Refactor code formatting and standardize string usage.
Improved code readability by restructuring imports, using consistent string quotations (double quotes), and adjusting layout formatting. These changes aim to follow consistent style conventions and enhance maintainability.
2025-02-25 14:33:12 +01:00
Francesco Grazioso
4e2d6ca73f Add GUI for script execution using PyQt5 and update dependencies
This commit introduces a new graphical user interface (GUI) implemented in `streaming_gui.py`, enabling users to execute and interact with the script more intuitively. The GUI includes features for search inputs, site selection, script control, and real-time output display. Additionally, the `requirements.txt` file has been updated to include the PyQt5 dependency.
2025-02-25 14:33:10 +01:00