Una biblioteca para consultar cursos de hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca de 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 hack4 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 la duración total de los cursos
from hack4.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
hack4uterror-0.1.0.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file hack4uterror-0.1.0.tar.gz
.
File metadata
- Download URL: hack4uterror-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fd827d04b5e54e30b85f036574839afc54a05d4836426413a451476be77d82d |
|
MD5 | 0a05604c2dc6f2ebe4c680ef35519ff2 |
|
BLAKE2b-256 | ac936ccb8d8f210b44eaa1fb9c27f691dfbdbaadebe62e9f3767194d3b9d80eb |
File details
Details for the file hack4uTerror-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: hack4uTerror-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8405364373366e43e92de93e56f6adc8b32c0ae70da829af10c48b2043dc6449 |
|
MD5 | 0a66bc31ae1de0e9e1c5018a4991f448 |
|
BLAKE2b-256 | 5964384c0ad13d8433f9069bd50e27391a004730b1d6cb8467813c1367fb9242 |