Skip to main content

Una biblioteca para consultar cursos de hack4u.

Project description

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]
  • Python Ofensivo [35 horas]
  • Introducción al Hacking [53 horas]

Instalación

Instala el paquete usando pip3:

pip3 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")

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.

academia_hack4u-0.5.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file academia_hack4u-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for academia_hack4u-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0f3031dd43766c05b8c94745ad1fed2aa6a28bc0302297e2b9f09e0d0b5e0b5
MD5 543dd589d55b30d9e1ebde36798d4715
BLAKE2b-256 a44734376560593dd3795e96aef88c83ee6b2a0db4a401c799ca5a13963d8285

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