Una biblioteca para consultar cursos de hack4u.
Project description
Hacku4 Academy Courses Library
Una biblioteca para Python para consultar cursos de la academia hack4u.
Cursos disponibles:
- Introducción a Linux
- Personalización de Linux
- Introducción al Hacking
- Python Ofensivo
Instalación
Instala el paquete usando pip3:
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_cursos
for curso in list_cursos():
print(curso)
Obtener un curso por nombre
from hack4u import get_curso_by_name
curso = get_curso_by_name("Python Ofensivo")
print(curso)
Calcular duración total de los cursos
from hack4u.utils import total_duration
print(f"Duración total de los cursos: {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_m4xwellov-0.1.1.tar.gz.
File metadata
- Download URL: hack4u_m4xwellov-0.1.1.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 |
0c4d63eda432bfc3d1436c341d530673b02ea787a48dacb89ad916ec954ede9d
|
|
| MD5 |
eb556944399ca3911b3cb887884875c5
|
|
| BLAKE2b-256 |
3ba87efaeeeafba988f0e137d3673ca9ea1e1690fb4d6f74d8e740fc2aebd5ad
|
File details
Details for the file hack4u_m4xwellov-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hack4u_m4xwellov-0.1.1-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 |
99f294e8ca172c812b84d2655820f64577f0a7a3ec298e89bdfee8aa5c8aa258
|
|
| MD5 |
314afbd2c6b9dbc90ac8e82b39e2512f
|
|
| BLAKE2b-256 |
496a78da59f97ab4397085f5f4dd8a204659889aad0fa180cbd28ab5595453d6
|