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 pip3:
pip3 install hack4u
Usu básico
Listar todos los cursos
from hack4u import list_courses
for course in lista_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
lautaro-0.5.1.tar.gz
(1.9 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 lautaro-0.5.1.tar.gz.
File metadata
- Download URL: lautaro-0.5.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46f6af9e4a3a3310d8aca1e6f2e66ccf451161c215027159107865fd00cd7fe3
|
|
| MD5 |
2ee37c84de762c6e2a887ba1daf893dd
|
|
| BLAKE2b-256 |
40e739c047ee53edfd01c5af0ac67d591a0e29ebc79ef59664d184bf5f0285c6
|
File details
Details for the file lautaro-0.5.1-py3-none-any.whl.
File metadata
- Download URL: lautaro-0.5.1-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 |
4e888dafed0fcd13ca16c80baee4686bc8463dc05dc31da6bd76f8ed33c68ac0
|
|
| MD5 |
6a052d11545e7790f2cb92d41e605f16
|
|
| BLAKE2b-256 |
9ae30d3a2829c8d83f02871dc8bd67102c9255f62daa6e3fe031daa8023ca5de
|