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]
- 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
shack4u-0.5.0.tar.gz
(1.8 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 shack4u-0.5.0.tar.gz.
File metadata
- Download URL: shack4u-0.5.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b31a61fcc1ed180260bf2e5139f188755bc17389931bd734e2a561fa3f59336a
|
|
| MD5 |
298f0956547d18c146a25f01d2aa03c5
|
|
| BLAKE2b-256 |
77325d32146522287281d7ddf00159e5478239a6a062338233c2dfd9cd1db8b0
|
File details
Details for the file Shack4u-0.5.0-py3-none-any.whl.
File metadata
- Download URL: Shack4u-0.5.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5dd07943e5c22b83cd4b21d91acbe4d449c358fef833cf7b570374ee7d16213
|
|
| MD5 |
64e70d95eb6d02ff84e1c3703f1e7e48
|
|
| BLAKE2b-256 |
e1414c0462ca81ccd690bf9ada477f0306a33fb9f478a8ccb31bdc13a33c345f
|