https://github.com/raulcatalinas/easyviewer
App to download youtube videos
https://github.com/raulcatalinas/easyviewer
audio download downloader flet flet-dev python pytube video videos youtube
Last synced: about 2 months ago
JSON representation
App to download youtube videos
- Host: GitHub
- URL: https://github.com/raulcatalinas/easyviewer
- Owner: RaulCatalinas
- License: other
- Created: 2022-05-18T14:42:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T22:21:58.000Z (2 months ago)
- Last Synced: 2025-03-18T22:24:58.989Z (2 months ago)
- Topics: audio, download, downloader, flet, flet-dev, python, pytube, video, videos, youtube
- Language: Python
- Homepage:
- Size: 11.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EasyViewer
## Description
EasyViewer is an application that allows you to download videos and/or audio from YouTube videos.
The user enters the URL of the video and selects the location to save the file.
The app offers two buttons: Download Video and Download Audio.
While the file is downloading, a progress bar is displayed.
## Requirements
### Python Version
The app has been developed and tested on Python 3.11, although it may work with older versions.
However, I can't guarantee full app functionality on Python versions prior to 3.11.
If you're having trouble running your app on an older version of Python, upgrade to version 3.11 or higher to ensure that everything works correctly.
To download the latest version of Python, visit the [official website](https://www.python.org/downloads).
### Dependencies
- Python 3.11 or higher
- python-dotenv (Environment variable for language switching)
- pandas (Read the Excel file for game texts)
- openpyxl (Dependence on "pandas" to read the Excel file of the app's texts)
- flet (Graphical interface)
- pytubefix (To download the video/audio of the YouTube video)
- requests (Checking if the user has internet)To install the dependencies run this command with the virtual environment enabled:
```bash
uv sync
```## Contributions
Thank you for considering contributing to the project! Here are some ways you can help:
- Clone the repository and work on new features or bug fixes in your own branch.
- Submit pull requests for your changes and make sure you follow our coding standards and documentation requirements.
- Help review and approve pull requests from other developers.
- Share the project on your social networks or blog so that more people can learn about it.## Social Networks
- [Instagram](https://www.instagram.com/raulf1foreveryt_oficial/?hl=en)
- [Twitter](https://twitter.com/F1foreverRaul)
- [Facebook](https://www.facebook.com/Raul-F1forever-114186780454598/)