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.1.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.1.tar.gz.
File metadata
- Download URL: hack4u_giovanni-0.5.1.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 |
8ffcb1b087582723aeb59fc64732fe9ae5e1a88faf91ce353588315537f1ada7
|
|
| MD5 |
6077e45c91771f860310e40b991b9072
|
|
| BLAKE2b-256 |
beb6786010e74fcead3ed42120f76adc96838bf0765f1916450423b53de5c209
|
File details
Details for the file hack4u_giovanni-0.5.1-py3-none-any.whl.
File metadata
- Download URL: hack4u_giovanni-0.5.1-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 |
b94dd5dff59461f9ab6dac63814b270c066a8a7f81d67d10fbc4a97ee675144a
|
|
| MD5 |
28b04c393b4bbcff84fdd8156a32cc04
|
|
| BLAKE2b-256 |
4f1eba86830553b90c845b0e72049d9e47b17731e37a75a801555cee97ab2ef3
|