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 al Linux [15 horas]
- Personalización de Linux [3 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete usando pipe3:
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 al Linux")
print(course)
Calcular la 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
cursohacker-0.1.7.tar.gz
(2.0 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 cursohacker-0.1.7.tar.gz.
File metadata
- Download URL: cursohacker-0.1.7.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e6980dd49d5d6b74745b5c5c47de867197d5ad0638c45fa0d8f9c356d16937b
|
|
| MD5 |
5e86ca6b2ed1d2aa257da7753b9e4449
|
|
| BLAKE2b-256 |
a6fd663c5e2ea798cb0e69a0c2ac8630dcad340f99eade1879df1f5581c0c1ac
|
File details
Details for the file cursohacker-0.1.7-py3-none-any.whl.
File metadata
- Download URL: cursohacker-0.1.7-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
580cd196b4c037550bf07ad753c62ed5707c6cfb79f60c7f2a2951903eb79608
|
|
| MD5 |
ce016279e2565ded9c6b78e903d49975
|
|
| BLAKE2b-256 |
0ad696ec44ed05e3bc197e28287ce8b3f00f5792dde65b6de2985ab479e6555e
|