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]
- 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
hack4u_001-0.5.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 hack4u_001-0.5.0.tar.gz.
File metadata
- Download URL: hack4u_001-0.5.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1221a508a5751ffae138d5ad4180d8fb7c3e13966cee789f8c842c9f579d6669
|
|
| MD5 |
ca7ade457ba5126247cbe55a8d56d063
|
|
| BLAKE2b-256 |
fede7e929a7fc0313e3a0db5aeff7ff0d62dfdddc2324f54fd35e34606219afb
|
File details
Details for the file hack4u_001-0.5.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_001-0.5.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.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3c3fdab4d6856968c162ebf5c25618b256170ab86aa92a87d68aa0488be6220
|
|
| MD5 |
d0994e15658879612e83de9f696544b3
|
|
| BLAKE2b-256 |
4e16d4648f6324dccc422c22231df9fdb9ea7b83db50d7bb5caa01cc5389bcf0
|