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
hack4u_69-0.6.9.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file hack4u_69-0.6.9.tar.gz
.
File metadata
- Download URL: hack4u_69-0.6.9.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cceb9b3af17d11998f56a645109bfc7fee8627a64d6308b160b4b67d16c8205 |
|
MD5 | 5af0a9c6e6ebd8c385dc77f7d8681f06 |
|
BLAKE2b-256 | 47aa746d807c02f4a490901b1f42f28f709097733f3e682c4033958ce6d69af7 |
File details
Details for the file hack4u_69-0.6.9-py3-none-any.whl
.
File metadata
- Download URL: hack4u_69-0.6.9-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 226bf975df9efebc11b3bdacbcc10899976bae0074a1a96ba7542386afc3bb10 |
|
MD5 | 9e4f490086119a5996514db0ee1cb739 |
|
BLAKE2b-256 | 83df2af27c2b6ac4b82115f0e062cdfbfd6dde87d471ac6f4fc84a0c34e240cb |