Una biblioteca para consultar cursos de hack4u
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la acader
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")
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
hack4ul-0.1.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 hack4ul-0.1.0.tar.gz.
File metadata
- Download URL: hack4ul-0.1.0.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 |
7a91d7b92be80bafbd1811acb3b611b95dfd1f746ff48f5dc4811b0061da3e09
|
|
| MD5 |
eebf96c033a524c4c5e2e226ffe8aa65
|
|
| BLAKE2b-256 |
ab262c7413f16d27558f0c954234fb2e552a18aba35b2d139f5eb2990ef0b3c9
|
File details
Details for the file hack4ul-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4ul-0.1.0-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 |
7af0c12f6ccb5be12dad2941dae6d630e5905dd65ef18444b6acf63b81a18bc1
|
|
| MD5 |
94d2b592168248128f04ae0b064ad1bc
|
|
| BLAKE2b-256 |
1ab5581266ff13ca18f095fa422734906523bce5d41ca2577d5be835bb7c3be6
|