Una práctica de biblioteca donde consultar cursos de hack4u.
Project description
Hack4u Academy Courses Library
Una biblioteca en Python para consultar cursos de Hack4u.
Cursos disponibles:
- Introducción a Linux [15 horas]
- Personalización de entornos [3 horas]
- Introducción al hacking [53 horas]
- Python Ofensivo [35 horas]
Instalación
Instala el paquete usando pip3:
pip3 install hack4u
Uso básico
Listar todos los cursos
from hacku import listar_cursos
for curso in listar_cursos():
print(curso)
Obtener un curso por nombre
from hacku import buscar_curso_por_nombre
curso = buscar_curso_port_nombre("Introducción a Linux")
print(curso)
Calcular duración total de los cursos
from hack4u.utils import duracion_total
print(f"Duración total: {duracion_total()} horas")
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 pr_ctica_1_hack4u-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pr_ctica_1_hack4u-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4d2db03d2e843f07924ca4fd3953b2d7b55aa1ca4ee71b95533963f9fa79481
|
|
| MD5 |
35b52f6f97ed1a60621f7c2a21bde86f
|
|
| BLAKE2b-256 |
efed322b5c162e0a8b7a69304015169450184dc094da8bf66e33a6301d2b7d8f
|