Una biblioteca para consultar cursos de hack4u.
Project description
hack4iu Academy Courses Library
Una biblioteca Python para consultar cursos de la academia hack4iu.
Cursos disponibles:
-Introduccion a Linux [15 horas] -Personalizacion de Linux [3 horas] -Introduccion al Hacking [53 horas]
Instalacion
Instala el paquete usando pip3:
pip3 install hack4iu
Uso basico
Listar todos los cursos
from hack4iu import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from hack4iu import get_course_by_name
course = get_course_by_name("Introducion a Linux")
print()
Calcular duracion total de los cursos
from hack4iu.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
hack4iu-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 hack4iu-0.5.0.tar.gz.
File metadata
- Download URL: hack4iu-0.5.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b6c163ccce3e4779ddd21d59ed9956ecc2b6cde6610bbe45202e0f161fa5d08
|
|
| MD5 |
821c5ea7ff6cad18a28ff5e8ffd6240a
|
|
| BLAKE2b-256 |
a569a9d2da14f30895547f9ac117b5384742ff2bc2970d3239a778aa3b02cecb
|
File details
Details for the file hack4iu-0.5.0-py3-none-any.whl.
File metadata
- Download URL: hack4iu-0.5.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.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
833368e7098832c7e100ed5b88be5c3cacfddf107b1a644e1def3d7ac116cd41
|
|
| MD5 |
a58a7bbb16c40d1c3f539a667f0c9c6a
|
|
| BLAKE2b-256 |
0cd16cffc165d1642d0b6dffc60f9b937ffb95e04893705de0583344f9bb8cf6
|