una biblioteca para consultar 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 Linus[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 curso in list_courses():
print(curso)
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introducción al Hacking")
print(curso)
Calcular 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
hack4u_ar-0.10.0.tar.gz
(1.8 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_ar-0.10.0.tar.gz.
File metadata
- Download URL: hack4u_ar-0.10.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf552b62a454af9a7184b053e94abc973b1e783b30375d18a96ab742ad26e583
|
|
| MD5 |
efb77e90760a39a6ed313d2c67d1a43f
|
|
| BLAKE2b-256 |
05cd2fe06ee117a7c4043537a18a8284005c0a61c50a25c12cdd3bfd3c960da9
|
File details
Details for the file hack4u_ar-0.10.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_ar-0.10.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85170d931fda97b25df257d3cfbb5e9aff678cab9c7beee3b51ea6a02055fd50
|
|
| MD5 |
62dc0ce06e3842d58c7538469009f23e
|
|
| BLAKE2b-256 |
aa723c7309e8015f98fd9c9850dd4d822bf311b5a1b008524282f668d4155272
|