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
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
academia_hack4u-0.5.1.tar.gz
(1.9 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 academia_hack4u-0.5.1.tar.gz.
File metadata
- Download URL: academia_hack4u-0.5.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc69217d90402c55ad61a1b2839f7935630c8e4ffcd9f2ac50808ae0f45eb090
|
|
| MD5 |
4c210eddacb2408f5483ba18a00c7464
|
|
| BLAKE2b-256 |
fe1c10d05ceda0c36bcfd9fd2b32c00144c931088b09538b0fa9a321d61a167f
|
File details
Details for the file academia_hack4u-0.5.1-py3-none-any.whl.
File metadata
- Download URL: academia_hack4u-0.5.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc9e93f501f948418d3affc16988d0a0e3e44384796df26e463f6ff1a9aa2538
|
|
| MD5 |
3c1a865abc18ab404f620409cf3fcc6a
|
|
| BLAKE2b-256 |
23950a0c114b8c953be5fe1c80a09cff7a6242391a696d31e0e53eb785d7fed1
|