Skip to content

Feat: add gui #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Conversation

FrancescoGrazioso
Copy link
Contributor

@FrancescoGrazioso FrancescoGrazioso commented Feb 25, 2025

This PR aims to provide a gui for the download script

  • Create base GUI
  • Let user search and select website
  • Fetch websites dynamically
  • Show script output in GUI
  • Show search results in table
  • Let user send input to script from GUI
  • Add proper error handling
  • Add proper windows support
  • Add uniform style to UI
  • Show a real progress bar when download starts
Screenshot 2025-02-25 alle 15 22 22

FrancescoGrazioso and others added 12 commits February 22, 2025 14:48
Extend `run_function` to accept a `search_terms` parameter, allowing search filters to be dynamically passed. Update CLI argument parsing to include a `--search` option and propagate the value to the corresponding functions.
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.
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.
@FrancescoGrazioso FrancescoGrazioso changed the title Feat: add gui [WIP] Feat: add gui Feb 25, 2025
@FrancescoGrazioso FrancescoGrazioso marked this pull request as ready for review February 25, 2025 14:25
Splits the monolithic GUI logic into modular components, improving maintainability. Introduces `RunTab`, `ResultsTable`, and utility modules for better separation of concerns and reusability. Adjusts main entry point and refactors core functionalities to align with the new structure.
@FrancescoGrazioso FrancescoGrazioso marked this pull request as draft February 25, 2025 14:42
@Arrowar
Copy link
Owner

Arrowar commented Apr 11, 2025

Se ti può dare una mano ho aggiunto img per ogni ricerca, ho cambiato la funzione search in modo che gli puoi passare un elemento della ricerca e le stagioni ed episodio per scaricarli facilmente e delle funzioni getSeasons e getEpisodes per tutte le api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants