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
from course in list_courses():
print(course)
Obtener un curso por su nombre
from hack4u import get_course_by_name
caurse = 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
blunvato-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 blunvato-0.1.0.tar.gz.
File metadata
- Download URL: blunvato-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
931297ed47551f185f2e62e0f324dc6059160bfaafbd729f6ef670151ca2670e
|
|
| MD5 |
6b3b14ad89fcf6d6a1bed88bdf1e1f0c
|
|
| BLAKE2b-256 |
d7dae60cdba67e5ea838a7f59bffe2d8205bd9a2c13ecb0ef674d5cc7ee8ac0e
|
File details
Details for the file blunvato-0.1.0-py3-none-any.whl.
File metadata
- Download URL: blunvato-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
969af2f4f86625b68f3c336cc5936ce16665194698e60526a4b9dd28c2c8a51c
|
|
| MD5 |
60ce7874c4f1654c7681e8b013046f17
|
|
| BLAKE2b-256 |
534d7d56605766366a42ea6e9bac0b7d246186baedc9168790b6a9ec8afb25b1
|