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]
- Personalización de Linux [3 horas]
- Python ofensivo [35 horas]
- Introducción al Hacking [53 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("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
lckv6-0.1.0.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
lckv6-0.1.0-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file lckv6-0.1.0.tar.gz.
File metadata
- Download URL: lckv6-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eeb5205dc56a015b04cdc2f93a92ab93eb6755a138ca0e5957061528f631341
|
|
| MD5 |
ffcb911696f2513b4c9f5c250f35799a
|
|
| BLAKE2b-256 |
ea47272a5184411e6a3863047ebf6845444eb7b8e935419c949cb3b2063e68ca
|
File details
Details for the file lckv6-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lckv6-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14707d833e344033ab9c72ca578b24c30a5b406e4d88f62c47933b8acbd4b33b
|
|
| MD5 |
791c8e5757733594b4cfa6198511fd35
|
|
| BLAKE2b-256 |
0fefbfdef1d7565f8aaa2d640db74f952ff5204b5997aec370b35e3517d4fc1c
|