Metadata-Version: 2.1
Name: vidtuber
Version: 1.1.2
Summary: Vidtuber is a simple, cross-platform graphical user interface for yt-dlp
Project-URL: Documentation, https://github.com/jeanslack/Vidtuber
Project-URL: Homepage, https://github.com/jeanslack/Vidtuber
Project-URL: Issues, https://github.com/jeanslack/Vidtuber/issues
Project-URL: Repository, https://github.com/jeanslack/Vidtuber
Author-email: Gianluca Pernigotto <jeanlucperni@gmail.com>
Maintainer-email: Gianluca Pernigotto <jeanlucperni@gmail.com>
License: GNU General Public License v3 (GPLv3)
Keywords: vidtuber,wxpython,youtube-dl,yt-dlp
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: Arabic
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Hungarian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.9
Requires-Dist: pypubsub>=4.0.3
Requires-Dist: requests
Requires-Dist: wxpython>=4.0.7; platform_system == "Windows" or platform_system == "Darwin"
Requires-Dist: yt-dlp
Provides-Extra: build
Requires-Dist: babel; extra == "build"
Requires-Dist: build; extra == "build"
Requires-Dist: hatchling; extra == "build"
Requires-Dist: pip; extra == "build"
Requires-Dist: setuptools; extra == "build"
Requires-Dist: six; extra == "build"
Requires-Dist: wheel; extra == "build"
Provides-Extra: cli
Provides-Extra: pyinstaller
Requires-Dist: pyinstaller; extra == "pyinstaller"
Description-Content-Type: text/markdown

# **Vidtuber**
[![Image](https://img.shields.io/static/v1?label=python&logo=python&message=3.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13&color=blue)](https://www.python.org/downloads/)
[![Image](https://img.shields.io/badge/license-GPLv3-orange)](https://github.com/jeanslack/Vidtuber/blob/master/LICENSE)
[![Python application](https://github.com/jeanslack/Vidtuber/actions/workflows/python-package.yml/badge.svg)](https://github.com/jeanslack/Vidtuber/actions/workflows/python-package.yml)

A simple, cross-platform graphical user interface for [yt-dlp](https://github.com/yt-dlp/yt-dlp)

Vidtuber is [Free (libre) Software](https://en.wikipedia.org/wiki/Free_software),
written in [Python3](https://www.python.org/) using the
[wxPython Phoenix](https://www.wxpython.org/) toolkit; it works on Linux, MacOs, Windows and FreeBSD.

## INSTALLATION

### Ubuntu PPA

This PPA currently publishes packages for Ubuntu, including official and
derivative distributions such as Ubuntu, Xubuntu, Kubuntu, Lubuntu, LinuxMint,
etc.

To install Vidtuber add this PPA to your system:

```
sudo add-apt-repository ppa:jeanslack/vidtuber
sudo apt update
sudo apt install vidtuber
```

### Slackware

Vidtuber is available on the [SlackBuilds.org](https://slackbuilds.org/) ("Sbo") repository, a collection of third-party SlackBuild scripts to build Slackware packages from sources.

### Devuan / Debian

A pre-compiled, architecture-independent .deb package is available: [vidtuber_1.1.2-1_all.deb](https://github.com/jeanslack/Vidtuber/releases/download/v1.1.2/vidtuber_1.1.2-1_all.deb)

Tested on:

- Devuan Daedalus
- Debian12 bookworm

### MS Windows

Portable edition available: [Vidtuber_1.1.2_win64_portable.7z](https://github.com/jeanslack/Vidtuber/releases/download/v1.1.2/Vidtuber_1.1.2_win64_portable.7z)

Minimum requirements:

- Microsoft Windows 10
- x86_64 Architecture

For space reasons, this portable edition does not include the FFmpeg nor yt-dlp executables. 
Please read the README.txt file included in the 7-zip archive for more information about
downloading and installing these additional dependencies.

### Other installation and execution methods

Please read [INSTALL](https://github.com/jeanslack/Vidtuber/blob/main/INSTALL) file.

## DOCUMENTATION

The documentation is already included in these sources in PDF format: [docs/UserGuide](https://github.com/jeanslack/Vidtuber/tree/main/docs/UserGuide)

## TRANSLATIONS

### Help translate the program into other languages
DISCLAIMER: By sending a translation you agree to publish your work under the GPL3 license!
- [Localization_Guidelines](https://github.com/jeanslack/Vidtuber/blob/main/docs/Localization_Guidelines.md)

