Una biblioteca para consultar cursos de hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca de Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introducción a Linux [15 horas]
- Personalización de Linux [3 horas]
- Introudcció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
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 Distribution
h4ucourselesson-0.1.3.tar.gz
(2.0 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 h4ucourselesson-0.1.3.tar.gz.
File metadata
- Download URL: h4ucourselesson-0.1.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98958dabfcf3e8c95dce548e0df537cb399a5b45f58a4f6f35f3ecedee0d568f
|
|
| MD5 |
c81817bbb657de05facf4c445b8d8c00
|
|
| BLAKE2b-256 |
45dbc9a7d913555c45f10bfb34cef00fc05b64010bc43454669f87be4eb9be7d
|
File details
Details for the file h4ucourselesson-0.1.3-py3-none-any.whl.
File metadata
- Download URL: h4ucourselesson-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13e5291020b75f78eb07cabaca96d8fdd8f4eaefec68076c073c298743db2604
|
|
| MD5 |
b1aa964ed036525f37d6e3baa8b47abf
|
|
| BLAKE2b-256 |
9c78e6c15e932c0ee5eb69a9018c0d9a37113b4246b762ce032ff4847cef1b76
|