Consultar los videos de Viepaix sobre python y htb
Project description
Vhack Videos YT
Una biblioteca de Python para ver los videos y soluciones de maquinas de htb al igual que videos de python.
videos disponibles:
- python en 2 minutos
- Maquina sequel
- Maquina cocodrile
Instalación
Instala el paquete usando pip3:
pip3 install vhack
Uso básico
Listar todos los cursos
from vhack import list_videos
for video in list_videos():
print(video)
Obtener un curso por nombre
from vhack import video_by_name
video = video_by_name("python en 2 minutos")
print(video)
Calcular duración total de los cursos
from vhack import total_duration
print(f"Duracion total: {total_duration()} minutos")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vhack-0.1.0.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vhack-0.1.0-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file vhack-0.1.0.tar.gz.
File metadata
- Download URL: vhack-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36c3d671b39e71535a2f0499618ec5cc0306400a0ba7ab302f6c19ea9b581e22
|
|
| MD5 |
429bd02e3ee8336b202a513ca632a3ba
|
|
| BLAKE2b-256 |
0f660077123fa4b5b871dbcf8d6001b0690c9e023d6b457dcff55a54ffe41d64
|
File details
Details for the file vhack-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vhack-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fc28d7ebbdd4da8517c5cdf97b0faec246a4c3835ec643c36418fc6a35bb53a
|
|
| MD5 |
e948fde30246488c7aed655e6a1c63f4
|
|
| BLAKE2b-256 |
d2138e999e99a905922aab4c11902a5f92b386ec3d5a650ef46a8e40061a0682
|