Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introduccion a Linux [15 horas]
- Personalizaion de Linux [3 horas]
- Arch Linux desde Cero [1.20 horas]
- Introduccion al hacking [53 horas]
- Python Ofensivo [35 horas]
- Hacking Web [51 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("Introduccion 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")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hack4u_vesper-67.67.tar.gz
(2.0 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_vesper-67.67.tar.gz.
File metadata
- Download URL: hack4u_vesper-67.67.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9921817920b74531ba52d587d9a204e9014ac92c0a87ec934a5ee3fe6bf759ed
|
|
| MD5 |
1c77ddfdfa3e9588f04f6b3c9b4981ec
|
|
| BLAKE2b-256 |
f5df350f4edf9f232c23f7182794b4c2bc09cd16b536251a7adc4bc47bdb33e4
|
File details
Details for the file hack4u_vesper-67.67-py3-none-any.whl.
File metadata
- Download URL: hack4u_vesper-67.67-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b443421101bda86638442b34c540831d3a81ef4391533c0bdd2a1950c82081a
|
|
| MD5 |
f2c752bdded5ecf64a275f9fa02a9cf2
|
|
| BLAKE2b-256 |
324cc64d247540199db5a6b31392e81eae3f5a5e4ffa37f306d8b2a2a6c41a28
|