| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2024-08-16 |
|
[1549dd] Update main.yml |
| assets | 2024-08-04 |
|
[6d7e96] new font added | heading for the app |
| .gitattributes | 2024-08-03 |
|
[0e92de] Initial commit |
| DISCLAIMER.md | 2024-08-15 |
|
[a72887] Create DISCLAIMER.md |
| LICENSE | 2024-08-12 |
|
[de87b3] Create LICENSE |
| README.md | 2024-08-15 |
|
[753ff8] Update README.md |
| bg.py | 2024-08-15 |
|
[616783] YuTubbyX 1.0.0-beta, see description : |
| elements.py | 2024-08-15 |
|
[616783] YuTubbyX 1.0.0-beta, see description : |
| main.py | 2024-08-07 |
|
[a74224] . |
| requirements.txt | 2024-08-15 |
|
[2cd07c] Create and test audio and video merge function ... |
YuTubbyX is a simple YouTube downloader application built using the flet framework, pytubefix and the moviepy library. Users can download YouTube videos in all available resolutions with ease through a modern graphical interface.
Disclaimer: Please read the Disclaimer before using this project !
Clone the Repository
```sh
git clone https://github.com/WeWeBunnyX/YuTubbyX.git
Navigate to the Project Directory
```sh
cd YuTubbyX
Install Dependencies
```sh
pip install -r requirements.txt
## Usage
Run the Application (with hot reload)
```sh
flet run main.py
Download Videos
Open the application and enter the YouTube video URL in the provided field.
## Contributing
Contributions are welcome! If you have suggestions, improvements, or encounter any issues, please:
Submit a Pull Request: Make changes to the code and submit a pull request with a description of your modifications.
Open an Issue: Report bugs or request features by opening an issue on the Issues page.