Una biblioteca para consultar cursos de hack4u.
Project description
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 paquete
Uso básico
Listar todos los cursos
from courses import listar
for x in listar():
print(x)
Obtener un curso por nombre
from courses import buscar
course = buscar("Introduccion a Linux")
print(course)
Calcular duración total de los cursos
from courses.utils import duracion
print(f"Duración total: {duracion()} 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
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 test_cayetano_rivera_2025-0.0.1.tar.gz.
File metadata
- Download URL: test_cayetano_rivera_2025-0.0.1.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 |
498be4e32e4aba161c9bd285bb5a17c98bbdb845cd71ad42e4cfa87898dcc698
|
|
| MD5 |
062a75de5ecb9d90972ba61254620a9f
|
|
| BLAKE2b-256 |
b9f3f0a7fa15afd5b4bb7c8440f5d268268942b6076cd1f27ab9faead1054c96
|
File details
Details for the file Test_Cayetano_Rivera_2025-0.0.1-py3-none-any.whl.
File metadata
- Download URL: Test_Cayetano_Rivera_2025-0.0.1-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 |
a84b89346676d67dd45003acb83f91a95e9e2933a842398aaabf278b062572e8
|
|
| MD5 |
fbdef7d9d1e1ddf2ba1f4278c900d604
|
|
| BLAKE2b-256 |
c3d636203561269a394d6afefd5259c4fe187b5171fe45fff0c75f9c05f5873b
|