Una biblioteca para constular cursos de hack4u.
Project description
HACK4IO Academy Courses Library
Una biblioteca Python para consulrar cursos de la academia Hack4U.
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 hack4u_bichos
Uso basico
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("Introduccion a Linux")
print(course)
Calcular duracion total de los cursos
from hack4u import total_duration
print(f"Duracion total: {total_dutation()} 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_bichos-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 hack4u_bichos-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_bichos-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 |
1fa673da8aa4595d9dc1580a3d2270fc7ca394acaa0ca742118aad1c8802cc16
|
|
| MD5 |
865eb9e45096bc3644e75e404766419a
|
|
| BLAKE2b-256 |
86e38cf5a737e4d04ed4955c8791a73e0f8bf0739407248321b87698a0d1c434
|
File details
Details for the file hack4u_bichos-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_bichos-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
b05cbcca25ec020f1140d7ea596e7cdfed54ff473c1284ad48ed52d99ab3eb7e
|
|
| MD5 |
bf2e34e0448fd601b500d4a10fac8dca
|
|
| BLAKE2b-256 |
cd3cd4e065f49594ff9da585f78612db5ef1320f0e384ee6fd473bdd16c99a4e
|