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.1.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file hack4u_69-0.6.9.1.tar.gz
.
File metadata
- Download URL: hack4u_69-0.6.9.1.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 | 82fca56bf83c21437d9437ff1fdacdd397602c107f8676e5ce2df4d9cb3d228b |
|
MD5 | d5cf884d04fc1380e95b333ded1f2a27 |
|
BLAKE2b-256 | 6e1b3c1a48ee8c7e1f9395bd8415eb57fab85abd11164c4cb61ed257a65d33b6 |
File details
Details for the file hack4u_69-0.6.9.1-py3-none-any.whl
.
File metadata
- Download URL: hack4u_69-0.6.9.1-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 | 4c0dfee885c9425e205031396a80091abfc840d6627beb2d29fe6b478d674514 |
|
MD5 | 19172733a8435ed7da953a23c44529b4 |
|
BLAKE2b-256 | 6c9147b9fb5544eb545a3da4487371a9200cb446d3b603fd26c035836f536060 |