Una biblioteca para consultar tus 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 couse 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-Allen-0.5.13.tar.gz
(1.8 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 Hack4u-Allen-0.5.13.tar.gz.
File metadata
- Download URL: Hack4u-Allen-0.5.13.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb62a0036db559163bb8e210d403a094c1246c5d95940304454e429c740e23ba
|
|
| MD5 |
b1fb76704cf4e7fee88cd4c03e383138
|
|
| BLAKE2b-256 |
63ae41bb29a65a4c8b677f6f8307dd4338b4898d56d702365f886a360f901a4a
|
File details
Details for the file Hack4u_Allen-0.5.13-py3-none-any.whl.
File metadata
- Download URL: Hack4u_Allen-0.5.13-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eec5c76a21eafe6e505312daa77a215efc0dcf18aac00384b9ce3984c5fd62a
|
|
| MD5 |
18adcb858c798f773dd33ca7333706a1
|
|
| BLAKE2b-256 |
dd51a48b448586bd1b56c9e8b355587124b3e532317fad1068662faa94a0e53c
|