Una bibloteca para consultar cursos de hack4u.
Project description
Cursos disponibles:
- Introduccion a Linux [15 horas]
- Personalizacion Linux [3 horas]
- Introduccion al hackin [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 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
hack4utest-0.1.0.tar.gz
(1.7 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 hack4utest-0.1.0.tar.gz.
File metadata
- Download URL: hack4utest-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74ab354dd66f54e1fab0928b60566d9e9ef6ea0a301e12c378b11f820c0287dd
|
|
| MD5 |
01c25013f878ddfe898445ec7a1156a8
|
|
| BLAKE2b-256 |
5ce97b69bbdb7f615763ff45a24d03f7b769e71cbc01155f045341e48c8d9d54
|
File details
Details for the file hack4uTest-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4uTest-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
1b13e7d858bc5592c45c7e2e5c2d3635193c5a45e21caf0fb3b4371453957451
|
|
| MD5 |
a9796842063bea88a68c969344a1ff9c
|
|
| BLAKE2b-256 |
dfa032e87c8c6f3d92f9c12d32924c41d7f8b4e7f96fde9473c1a81eeb120769
|