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:
- Introducción a Linux [15 horas]
- Personalización de entorno en Linux [3 horas]
- Introducción al Hacking [53 horas]
- Python Ofensivo [35 horas]
Instalación
Instala el paquete usando pip3:
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import listCourses
for course in listCourses():
print(course)
Obtener un curso por nombre
from hack4u import getCourseByName
course = getCourseByName("Introducción a Linux")
print(course)
Calcular duración total de los cursos
from hack4u import totalDuration
print(f"Duración total: {totalDuration()} 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
thack4u-0.1.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 thack4u-0.1.0.tar.gz.
File metadata
- Download URL: thack4u-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
944613ae1e345d380d4606a2b1dc06408eb2cc8d8e6550c29fedadae22c47131
|
|
| MD5 |
ba1aef510db4a7e7d697f95c893e6ce2
|
|
| BLAKE2b-256 |
3e1d4875ac95d6ab2c5b1fae5763ca22a9ba40e7b647c63de74416a104cff156
|
File details
Details for the file THack4u-0.1.0-py3-none-any.whl.
File metadata
- Download URL: THack4u-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bba8e97f843ae2b283851c07197e030613f4bc66d89452cb743a226cac0ca9c5
|
|
| MD5 |
4fb445235def010434cf84e20ccea16d
|
|
| BLAKE2b-256 |
b334b9ffe874880c801ade001512d52a058ca927463ffe56532b2cd32b33a688
|