Socket
Book a DemoInstallSign in
Socket

hack4u-academy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hack4u-academy

Una biblioteca para consultar cursos en Hack4u.

0.1.0
pipPyPI
Maintainers
1

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:

pip3 install hack4u_academy

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_name

course = get_course_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.")

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.