HACK4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introducción a Linux [15 horas]
- Personalización de Linux [3 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete usando pip3:
pip install Hack4U
#Uso básico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introducción a Linux")
print(course)
Calcular duración total de los cursos
from hack4u.utils import total_duration
print(f"Duración total: {total_duration()} horas")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hack4u_giovanni-0.5.0.tar.gz
(1.9 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
File details
Details for the file hack4u_giovanni-0.5.0.tar.gz.
File metadata
- Download URL: hack4u_giovanni-0.5.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3af02b3fe6ce30896d34203d0ad69afdbacccd9e86e247fa7fbf33bf4692dd1a
|
|
| MD5 |
acec63eb16808d7ca249e7113ddf8fa3
|
|
| BLAKE2b-256 |
98fcc4b2a8969f5796e3fa8163891aa9c3b08994976757e8bedb8ebbb09e30f0
|
File details
Details for the file hack4u_giovanni-0.5.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_giovanni-0.5.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d81c70b6033d4547437f75b705671f91cf62c34f7c4a35efc43d74bc0947cece
|
|
| MD5 |
7377d725f1c7ac9f19f64483dba44b67
|
|
| BLAKE2b-256 |
322c8844018d520d4ee7dd6dc24d9e07ec0dc65f1e6f50dfc790367de8b47061
|