Biblioteca para consultar cursos de la academia Hack4u.
Project description
Hack4u Academy Courses Library
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]
- Python Ofensivo [35 horas]
Instalación
Instala el paquete usando pip3:
pip3 install hack4u
Uso básico
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("Introducción a Linux")
print(course)
Calcular la 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
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_academy_python-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_academy_python-0.1.0.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 |
5468269d793c86ff0547a32be011f35a5469e705a68700db0d37ab4b783cd06f
|
|
| MD5 |
42b750563feead4aa992a9307275be2e
|
|
| BLAKE2b-256 |
599b659193d277d04a6e8254f6e24bdc2f5080844e75e5104dff504f03ae2099
|
File details
Details for the file hack4u_academy_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_academy_python-0.1.0-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 |
c73b518e1e2172967045b193d8948fee40fcdba3d302e959d6b3df3d2f53d17b
|
|
| MD5 |
268394b19a3836b5a170a9fc4b77e2d5
|
|
| BLAKE2b-256 |
cbbd0d2e4c82883ef0290c7ee83bba6437d4361085684bdf2b26b4e0240a9d97
|