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.1.tar.gz
(1.8 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 hack4uterror-0.1.1.tar.gz.
File metadata
- Download URL: hack4uterror-0.1.1.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 |
4c0c05eea629511e80b32886b076b8789e506022954b589707f602b5bbecdb50
|
|
| MD5 |
7d58f6f5950a7fc39b0cab0197975bd9
|
|
| BLAKE2b-256 |
67e9fe76f8660abeeb0377ca86da7a8be2f3753f3c3e17bdabb7c75ddf6b249e
|
File details
Details for the file hack4uTerror-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hack4uTerror-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
18eb6fd9176c830e0e113ac70a130b01c3e4706abd9d8e5f358b9b883b039a17
|
|
| MD5 |
f9cca334d175052da04fadacc13a8777
|
|
| BLAKE2b-256 |
1e313c607c162fcc41524de8a19c7fe40fb6377f8351759c524dfcb4d0b7ed9c
|