No project description provided
Project description
Hack4U Academy Courses Library
Biblioteca para consultar cursos de la academia.
Cursos disponibles:
- Introducción a Linux [15] (https://hack4u.io/cursos/introduccion-a-linux/)
- Personalización de Linux [3] (https://hack4u.io/cursos/personalizacion-de-entorno-en-linux/)
- Introducción al Hacking [53] (https://hack4u.io/cursos/introduccion-al-hacking/)
Instalación
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_courses
list_courses()
Obtener curso por nombre
from hack4u import search_course_by_name
nombre = "Introducción a Linux"
print(f"Curso con nombre {nombre}: {search_course_by_name(nombre)}")
Calcular duración total de los cursos
from hack4u import total_duration
print(f"Duración total: {total_duration()}")
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
adelcidplabs-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
File details
Details for the file adelcidplabs-0.1.0.tar.gz.
File metadata
- Download URL: adelcidplabs-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bddc005853efb7371377b0e23a60d554d269dc0180ca2980d8f34493d177f6d
|
|
| MD5 |
4b0c13993ea9c017725382e048d90f12
|
|
| BLAKE2b-256 |
11db590a43d375fedf54e194e2351c8004d56f1477e8922e36d2c1c948e83606
|
File details
Details for the file adelcidplabs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: adelcidplabs-0.1.0-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.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d634c69a70ccdaafcfa71e69088fe6a6147b319bce8c833fe18de8fcf76905f
|
|
| MD5 |
b4110e42c50f2aa27fde8e366e5ba7f4
|
|
| BLAKE2b-256 |
6612c0f5a7fccd1594a8b60e5242bc86afe78d03d73bc0a7cce12f69cce2937e
|