Una biblioteca para consultar cursos de hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar 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
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("Introduccon a Linux")
print(course)
Calcular duracion 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
Built Distribution
File details
Details for the file hack4u_ejercicio-0.1.0.tar.gz
.
File metadata
- Download URL: hack4u_ejercicio-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7861b6ac28ac40049679803c7aaec64efc5fb999ed149210decd55cd51bdb500 |
|
MD5 | 99be2ed3fee7024936dfb3fa99695479 |
|
BLAKE2b-256 | 064e31e7607ee22a3bcd17246d7bc0457b37dad7f300815eca1d6cad1457726c |
File details
Details for the file Hack4u_Ejercicio-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: Hack4u_Ejercicio-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44e3a4239086538a9219ff1312192dfbc5d10a996ed0b1f422253f2b7afb1f23 |
|
MD5 | 985100cf56c5f38226b32bf0e864c705 |
|
BLAKE2b-256 | 20e4afbc8019c4a6924ae70adc1e1e3cd1c3847ba71775840bde504de4cd7e6d |