Una biblioteca para consultar cursos de Hack4U
Project description
Hack4U Academy Courses Library
Una biblioteca en Python para consultar los cursos disponibles 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
## 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
hack4u_mah0n3-0.1.0.tar.gz
(2.1 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 hack4u_mah0n3-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_mah0n3-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d98d91b968f628bee8f625b66c55366594ee3f063eecc2fb24db7cda8d3f405c
|
|
| MD5 |
20f6e1cd52e8057a15e2c2eee21612aa
|
|
| BLAKE2b-256 |
4c5a3ad2a2fd684d51e36f96db409113c498469317f3ad7f5b4d6d9790bccff4
|
File details
Details for the file hack4u_mah0n3-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_mah0n3-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b44996250e0a2de3f7aa7fdefe9938ad3494ddd802a12f227a4aa2ec1bd4ba0
|
|
| MD5 |
f0be67d955174aedd0b6492efa800be2
|
|
| BLAKE2b-256 |
1e59d1e33900ef0b80093002bc612f61cee43bf3fc4b4a6043a62c231aa977db
|