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"Duracion total: {total_duration()} horas")
Calcular duracion de un curso
from hack4u import search_course_by_duration
course = search_course_by_duration("53")
print(course)
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_tools-0.5.0.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 hack4u_tools-0.5.0.tar.gz.
File metadata
- Download URL: hack4u_tools-0.5.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3125ad9eef51d907e2be4e81013cff78c9b5cbfdf90a4fac4f44ddb5c0477e3e
|
|
| MD5 |
59f03414818a614b95a06807549e7b26
|
|
| BLAKE2b-256 |
fb0dffd5d9e270e5a7e61486fc44794f13f478419b8cf5bdd3d0c6986dce297b
|
File details
Details for the file hack4u_tools-0.5.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_tools-0.5.0-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
18f847caecd0593f9265ae88dc3d498bbf2bcaab4a102ae230781df14386e7ea
|
|
| MD5 |
5126bc70337d87b6f28dac5b221ed001
|
|
| BLAKE2b-256 |
70edb50aaaa80b8a65e5e3ace9b696b5da0267c5d569748fda99e5a842869ae3
|