Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

pr_ctica_1_hack4u-0.1.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file pr_ctica_1_hack4u-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pr_ctica_1_hack4u-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d4d2db03d2e843f07924ca4fd3953b2d7b55aa1ca4ee71b95533963f9fa79481
MD5 35b52f6f97ed1a60621f7c2a21bde86f
BLAKE2b-256 efed322b5c162e0a8b7a69304015169450184dc094da8bf66e33a6301d2b7d8f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page