Una bibilioteca para consultar cursos de hack4u.
Project description
Hack4u Academy Courses Library
Una biblioteca Python para consultar curos de la academia Hack4u.
Cursos disponibles:
- Introduccion 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 hack4
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 ger_course_by_name
course = get_course_by_name("Introducción a Linux")
print(course)
### Calcular duración total de los cursos
```python3
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
hack4u2i3-0.5.0.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file hack4u2i3-0.5.0.tar.gz
.
File metadata
- Download URL: hack4u2i3-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 | 461d46850707bb33ca26418b2c5b60d5faa8087fafe4d8c8e6e0f3827f8ea2d0 |
|
MD5 | 4f5e8651bb6777f93d704e4366a0b5ef |
|
BLAKE2b-256 | 4e5d299e7dbaba3c4024faca91c101e86aa66e55f998052b9c1ff486cfc260ee |
File details
Details for the file hack4u2i3-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: hack4u2i3-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 | 378cede7e26683c8bf68964805ccc6b06b1271fc3a9f7ec4a912263611adecf6 |
|
MD5 | 6daf194438f71c783926a5eeb5ccd684 |
|
BLAKE2b-256 | c659529c71bace8114bcc813e834244416cc1fe89371723ab4d51a692f148bd8 |