Biblioteca para practicar.
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ó 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 search_course_by_name
course = search_course_by_name("Introduccion a Linux")
print(course)
Calcular duración 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
haack4uu-3.1.8.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 haack4uu-3.1.8.tar.gz.
File metadata
- Download URL: haack4uu-3.1.8.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b790f6a9dda47413cd59a68d190f3921ea23fc9d7152028f98fe2e1d1e0bf1ef
|
|
| MD5 |
0a32f07de25b90fb1391620cc82e4890
|
|
| BLAKE2b-256 |
8c4bb4785a7b88f840944de64ea0c93e48801f07b3fb31bd305e0d072c2dc7c8
|
File details
Details for the file Haack4uu-3.1.8-py3-none-any.whl.
File metadata
- Download URL: Haack4uu-3.1.8-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b4bee0e60cf284ac773673a223da27a420aed2746f000a465a30a6478e6bf95
|
|
| MD5 |
827726bbfc02a789008d79d9f37c3c6a
|
|
| BLAKE2b-256 |
5d317d031ad2369479dcf315246dd43cfe9a73a3f6f609083fc7220c7d61eebf
|