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"Duracion 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_CCC-0.1.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 hack4u_CCC-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_CCC-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2c812e9fbad4ecb837f39d954b0377474869d07ff5c7b8912379a215e5804db
|
|
| MD5 |
5cbb10712e0d165c07bc14bc5eb9bbdd
|
|
| BLAKE2b-256 |
31df7f2a132ff174fd234fbbb750ecbac147e48f7b7284591d115cb02d678330
|
File details
Details for the file hack4u_CCC-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_CCC-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c29f833ded786d7a3cdae9bf2774605dfd43be77addcfa8b120254b6bd4f0f77
|
|
| MD5 |
1bc9bc6b3494bdac29f869384a4bb210
|
|
| BLAKE2b-256 |
cfeccec9685b59d275fa506389e02f6e7881cb700a74170d24dfd3f379c636bc
|