Una biblioteca para consultar cursos de hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca para consultar cursos de la acadeia 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':
pip install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_courses
for course in list_course():
print(course)
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introduccipon a Linux")
print(course)
Calcular la duración total de los cursos
from hack4u.utils import total_duration
print(f"Duración total: {total_duratio()} 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
everagm_hack4-0.1.0.tar.gz
(2.4 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 everagm_hack4-0.1.0.tar.gz.
File metadata
- Download URL: everagm_hack4-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba5445a297ee4134c77289f85c5bda6faae7ff5f4a790b8bb934e1e0bdac09ad
|
|
| MD5 |
47f7970fffe93e79d07fdd8aac193d07
|
|
| BLAKE2b-256 |
02df198dfacc162f568a58286f163560ae14c3f97b2f84ae4deb71088c908413
|
File details
Details for the file everagm_hack4-0.1.0-py3-none-any.whl.
File metadata
- Download URL: everagm_hack4-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b0f38f631afa8ee1032c642289202123707fb11cde7e067dbb9cb9d97680fb1
|
|
| MD5 |
ab7747dbad47b2039e035ff077e70beb
|
|
| BLAKE2b-256 |
b2b58b66aa541867292b6e829da511bd5eb6864a14211925eb6d04a0987c280c
|