-
Notifications
You must be signed in to change notification settings - Fork 10
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
Making the GUI version of the scraper. #5
Comments
@alihassancods Make sure the gui interface acts as a seperate module. Please mention what features do you wish to implement? How do you wish to render the text and images ? In a common area or different panels? Would you mind to share the design you have in mind, using some rough layouts? How do you plan to integrate the gui interface? Callable from within the code or something else? Your idea sounds very cool, please give some more info! Also assigned. |
Thank you for assigning this task to me. I've noted your suggestions and have started planning the interface based on them. I'm considering creating a separate folder named 'app' alongside the 'yars' folder so that users can access the GUI via 'app/app.py'. Developers will still be able to use the 'yars' directory if they prefer to work directly with the module. Regarding image rendering, I haven't finalized a plan yet. Currently, I'm thinking of exporting the image data as JSON with URLs. If users want to download the images, we could implement a bulk downloader feature. I'll share the UI designs soon. |
@alihassancods Looks good, will there be any preview of the extracted info? Maybe a markdown render? Otherwise it's pretty good as of now. |
Sure, I'm starting the development soon. |
@alihassancods any updates? |
@alihassancods It is preferable to use tkinter and tkbootstrap and not pyqt6, what are you using? |
I would like to create a GUI version of this scraper using the PyQt5 library in Python. Adding a graphical interface will make the scraper more user-friendly and visually appealing. After sometime, we can also integrate data visualization and analysis features to enhance its functionality. Please assign this task to me so I can begin working on it.
The text was updated successfully, but these errors were encountered: