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:
- Introduccion a Linux [15 horas]
- Personalizacion de Linux [3 horas]
- Introfuccion 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_courses():
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_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
hack4um-0.9.6.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 hack4um-0.9.6.tar.gz.
File metadata
- Download URL: hack4um-0.9.6.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 |
2188abd7f3c29cfaee2943d0941d80e18592e68e009b745f9585992889279628
|
|
| MD5 |
79337401bf781fce2525c6da8de67eaf
|
|
| BLAKE2b-256 |
36674e3179d9a60cc95448c6d426f53a9d582898364745bc9feb2d5ccaff89d2
|
File details
Details for the file hack4uM-0.9.6-py3-none-any.whl.
File metadata
- Download URL: hack4uM-0.9.6-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
f000d56381c6018613bbf82a7ac315534a9c04686d00c6570a38dfbd2f598ee7
|
|
| MD5 |
ee4fb1f49a11c09979c2daf91aab2266
|
|
| BLAKE2b-256 |
20577fd6efb47cd3f21194b70691692856f0f9bfde8cc7b9d5c1893633986ba2
|