{"id":26282943,"url":"https://github.com/cenixeriadev/revistook_app","last_synced_at":"2026-05-17T21:09:25.445Z","repository":{"id":282341250,"uuid":"918771208","full_name":"cenixeriadev/Revistook_App","owner":"cenixeriadev","description":"🚧 Work in progress: A Python app with Flet to download books, filter results by image, and transcribe audio to text. More features coming soon! 🔥","archived":false,"fork":false,"pushed_at":"2025-06-18T03:48:27.000Z","size":101,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T04:33:35.872Z","etag":null,"topics":["asynchronous-programming","book-downloader","flet-app","python","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cenixeriadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-18T20:10:37.000Z","updated_at":"2025-06-18T03:48:25.000Z","dependencies_parsed_at":"2025-04-21T18:24:56.279Z","dependency_job_id":"ab954abe-f000-4b91-a081-51f8b03a67d3","html_url":"https://github.com/cenixeriadev/Revistook_App","commit_stats":null,"previous_names":["cenixeriadev/revistook_app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cenixeriadev/Revistook_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenixeriadev%2FRevistook_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenixeriadev%2FRevistook_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenixeriadev%2FRevistook_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenixeriadev%2FRevistook_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cenixeriadev","download_url":"https://codeload.github.com/cenixeriadev/Revistook_App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenixeriadev%2FRevistook_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33155542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asynchronous-programming","book-downloader","flet-app","python","selenium-webdriver"],"created_at":"2025-03-14T17:16:04.655Z","updated_at":"2026-05-17T21:09:25.437Z","avatar_url":"https://github.com/cenixeriadev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Revistook App\n\n[![CodeQL Advanced](https://github.com/cenixeriadev/Revistook_App/actions/workflows/codeql.yml/badge.svg)](https://github.com/cenixeriadev/Revistook_App/actions/workflows/codeql.yml)[![Build and Release](https://github.com/cenixeriadev/Revistook_App/actions/workflows/build-release.yml/badge.svg)](https://github.com/cenixeriadev/Revistook_App/actions/workflows/build-release.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python Version](https://img.shields.io/badge/python-3.12.6-blue.svg)](https://www.python.org/downloads/release/python-390/)\n\nA Python desktop application built with Flet that allows users to search for and download books from Library Genesis (libgen.is) using Selenium WebDriver. The app includes OpenCV capabilities to scan images and then use it for filter results.\n\n\n\n## Features\n\n- 📚 Search for books on Library Genesis (libgen.li or libgen.is)\n- ⬇️ Download books directly to your specified location\n- 📷 Filter results by image\n- 🎤 Convert speech to text from audio files\n- 🔍 Detailed book information display\n- 📊 Real-time download progress tracking\n- 📱 Cross-platform compatibility (Windows, macOS, Linux)\n\n## Project Structure\n\n```\nRevistook_app/\n├── src/\n│   ├── application/\n│   │   ├── interfaces/\n│   │   ├── services/\n│   │   │   ├── book_downloaderli.py\n│   │   │   ├── book_downloaderis.py\n│   │   │   ├── audio_recognition.py\n│   │   │   └── ...\n│   │   └── __init__.py\n│   ├── domain/\n│   │   ├── entities/\n│   │   │   ├── download_status.py\n│   │   │   └── book.py\n│   │   ├── repositories/\n│   │   └── __init__.py\n│   ├── infrastructure/\n│   │   ├── repositories/\n|   |   ├── ml/\n│   │   └── __init__.py\n│   └── presentation/\n│       ├── views/\n│       │   ├── main_view.py\n│       │   └── ...\n│       |── __init__.py  \n|       ├── main.py\n├── requirements.txt\n├── .gitignore\n└── README.md\n```\n\n## Requirements\n\n- Python 3.8+\n- Chrome or Firefox browser installed\n- Internet connection\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/cenixeriadev/Revistook_App.git\n   cd Revistook_App\n   ```\n\n2. Create a virtual environment and activate it:\n   ```bash\n   python -m venv .venv\n   \n   # On Windows\n   .venv\\Scripts\\Activate.ps1\n   \n   # On macOS/Linux\n   source .venv/bin/activate\n   ```\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Dependencies\n\n- [Flet](https://flet.dev/) - Flutter-powered UI toolkit for Python\n- [Selenium](https://selenium-python.readthedocs.io/) - Web automation\n- [SpeechRecognition](https://pypi.org/project/SpeechRecognition/) - Library for performing speech recognition\n- [Open CV](https://pypi.org/project/opencv-python/) - Library for filter by image\n## Usage\n\n1. Run the application:\n   ```bash\n   python -m src.presentation.main\n   ```\n\n2. The main interface allows you to:\n   - Type book titles, authors, or ISBN numbers directly\n   - Use the \"Filter by image\" button to filter results by image\n   - Use the \"Select Audio\" button to transcribe spoken book requests\n   - Select your preferred download directory\n\u003e[!Note]\n\u003eit's better to search using the ISBN code.\n3. Search results will show book covers, titles, and authors\n   \n4. Click \"Download\" on any book to begin the download process\n\n5. Monitor download progress through the progress bar\n\n## Configuration\n\nThe application automatically creates directories for storing temporary files:\n- Images: `~/Pictures/BookDownloader/` (Windows/Linux/Mac)\n- Audio: `~/Music/BookDownloader/` (Windows/Linux/Mac)\n- Downloads: Default is `~/Downloads/` but can be changed in the UI\n\n\n## Troubleshooting\n\n### Common Issues\n\n- **WebDriver issues**: Ensure you have the latest version of Chrome or Firefox installed\n- **Download failures**: Check your internet connection and verify that the book is available\n\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Library Genesis for providing access to educational resources\n- The Flet team for their excellent UI framework\n- Open CV project for filter by image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenixeriadev%2Frevistook_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcenixeriadev%2Frevistook_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenixeriadev%2Frevistook_app/lists"}