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:
- Introducción a Linux [15 horas]
- Personalizacion de Ltnux [3 noras
- Introduccion al Hacking [53 horasil
Instalación
Instala el paquete usando 'pip3':
pip3 install hack4u
Uso básico
Listar todos las cursos
from hack4u import list_courses
for course in list_courses():
print( course)
Obtener un curso por nombre
from hack import get_course_by name
course = get_course_by_ name( "Introducción a Linux")
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
arjen7373-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 arjen7373-0.1.0.tar.gz.
File metadata
- Download URL: arjen7373-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 |
3d32e465c5140141720c63006d5dd3532bfb8c6e6903db1e77d260007cc1b825
|
|
| MD5 |
aae5ac34431ffc811af5f0c0b9a0b5b4
|
|
| BLAKE2b-256 |
1e86681d4f037c7d17bdcfa96586244f6fba6cb0c367a8a33953c80e11561198
|
File details
Details for the file arjen7373-0.1.0-py3-none-any.whl.
File metadata
- Download URL: arjen7373-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
3b685dfdb07bd9938f492e3158b32ec8ca3ee3bd330cc7c93e623004c82b069b
|
|
| MD5 |
2f9bc25fc7078ffb62df34fe4898ea6b
|
|
| BLAKE2b-256 |
b8a46aee8e9d6364c1577caf2cb55066b110543ce0eed757fb7cb0f2081fc148
|