Una biblioteca para consultar cursos de Hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academa Hack4U.
Cursos disponibles:
- Introduccion a Linux [15 horas]
- Personalizacion de Linux [3 horas]
- Introduccion al Hacking [53 horas]
Instalacion
Instala el paquete usando pip3:
pip3 install hack4u
Uso basico
Listar todos los cursos
from hack4u import list_courses
for course in list_course():
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 duracion total de los cursos
from hack4u.utils import total_duration
print(f"Duracion total: {total_duiration()} 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_carlos-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_carlos-0.5.0.tar.gz.
File metadata
- Download URL: hack4u_carlos-0.5.0.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 |
4a036d76515b9b159eec7a57068b753bb20044adca0e29bddf9987d9f173cada
|
|
| MD5 |
bc9af18dcbd4ac95faeb168c613a40bc
|
|
| BLAKE2b-256 |
83cf1b976650b027689cc8d4b8db41ea112a1f922d05b64dcd535073d82faa9f
|
File details
Details for the file hack4u_Carlos-0.5.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_Carlos-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.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9808c13bd34cecb022f5647b09f492991c10229114627694979a08ec5ac1035b
|
|
| MD5 |
20abfad69fed8c67d81bd398c7a43022
|
|
| BLAKE2b-256 |
f8e46e85d8f7567b116943d6e8634adfa0f6dd078f826bd3d322eac87c974ccc
|