Una biblioteca para consultar cursos de hack4u
Project description
HackU Academy Courses Library
Una bibliteca de 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 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 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
hack4ubb-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 hack4ubb-0.1.0.tar.gz.
File metadata
- Download URL: hack4ubb-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 |
d22ebecf83adec504c0afc5657aa856b05236d972caefaf195b14a28c998f800
|
|
| MD5 |
43aaa2d6b23abb6280737078419d6d9b
|
|
| BLAKE2b-256 |
c7e6bdbed19d64762803e88a4adb6c4d0636f1c8f60f0a82bb64fd5a9c826ce6
|
File details
Details for the file hack4ubb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4ubb-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 |
1b8119b994ab4ccf5c93a67c64cb6c55de290c1a81b1c5cd4e883401fe3c0ca5
|
|
| MD5 |
c0ef264aa015ad7386f6e4674a5fec13
|
|
| BLAKE2b-256 |
58154dd84ca46607442d7e5f942401900810a2cca0ed88671747352a9d127965
|