Una biblioteca para listar los cursos de 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 Linux [3 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete utilizando 'pip3':
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
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_course-0.34.1.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_course-0.34.1.tar.gz.
File metadata
- Download URL: hack4u_course-0.34.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd822b1687e561820354ad63eb71a7c977155d53acad56f4c7606240e0b510f7
|
|
| MD5 |
556846fb4310829277a72fd1ef215d20
|
|
| BLAKE2b-256 |
fe66ceefa589b433b31c7b1bd8de5a6292cd030976b3b7280f32f5e1d800df29
|
File details
Details for the file hack4u_course-0.34.1-py3-none-any.whl.
File metadata
- Download URL: hack4u_course-0.34.1-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.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1288b8d6adc2752a4036667b272f6a9b18218c85f6678428cc3f784bafc2359c
|
|
| MD5 |
023bdd7f17c5098ffe037d17acda9681
|
|
| BLAKE2b-256 |
7b9a825e6196fdabe37d4db27bba20ec05a220e196c28ad2c26bd76135e3d989
|