SwissKnife is a multifunctional tool developed in Python that offers various utilities for tasks related to computing. Currently, it includes an image converter to WebP format and a YouTube audio/video downloader.
To ensure SwissKnife functions correctly, you need to install the following Python libraries:
pillow
pytube
tqdm
You can install them using pip
. Open a terminal and run:
pip install pillow pytube tqdm
This tool allows you to convert images from any format to WebP format. You can input the path of an individual image or a folder containing multiple images.
-
Run the main program:
python main.py
-
Select the "Image Converter to WebP" option by entering
1
. -
Enter the path of the image or image folder when prompted.
-
The program will display a progress bar while converting the images and will indicate the location of the converted images.
This tool allows you to download audio or video from YouTube by providing the URL of the video.
-
Run the main program:
python main.py
-
Select the "YouTube Audio/Video Downloader" option by entering
2
. -
Enter the URL of the YouTube video.
-
Select the type of download:
- Enter
1
to download only the audio. - Enter
2
to download the video.
- Enter
-
The program will display a progress bar while downloading the content and will indicate the location of the downloaded file.
SwissKnife es una herramienta multifuncional desarrollada en Python que ofrece una variedad de utilidades para tareas relacionadas con la informática. Actualmente, incluye un convertidor de imágenes a formato WebP y un descargador de audio/video de YouTube.
Para que SwissKnife funcione correctamente, necesitas instalar las siguientes bibliotecas de Python:
pillow
pytube
tqdm
Puedes instalarlas usando pip
. Abre una terminal y ejecuta:
pip install pillow pytube tqdm
Esta herramienta permite convertir imágenes de cualquier formato al formato WebP. Puedes ingresar la ruta de una imagen individual o de una carpeta que contenga múltiples imágenes.
-
Ejecuta el programa principal:
python main.py
-
Selecciona la opción "Convertidor de imágenes a WebP" ingresando
1
. -
Ingresa la ruta de la imagen o carpeta de imágenes cuando se te solicite.
-
El programa mostrará una barra de progreso mientras convierte las imágenes y te indicará la ubicación de las imágenes convertidas.
Esta herramienta permite descargar audio o video de YouTube proporcionando la URL del video.
-
Ejecuta el programa principal:
python main.py
-
Selecciona la opción "Descargador de audio/video de YouTube" ingresando
2
. -
Ingresa la URL del video de YouTube.
-
Selecciona el tipo de descarga:
- Ingresa
1
para descargar solo el audio. - Ingresa
2
para descargar el video.
- Ingresa
-
El programa mostrará una barra de progreso mientras descarga el contenido y te indicará la ubicación del archivo descargado.