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]
- Python ofensivo [35 horas]
Instalación
Instala el paquete usando 'pip3':
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_courses
list_courses()
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Python ofensivo")
print(course)
Calcular duración total de los cursos (horas)
from hack4u import total_duration
duracion = total_duration()
print(f"Duración total {duracion} horas.")
Release files for hack4you 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hack4you-0.1.5.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hack4you-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / hack4you-0.1.5.tar.gz
| Download URL | hack4you-0.1.5.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c247cd7544956337bbdd67b54a2a9635bce52b9006785fc103c640a55a3000bb
|
|
BLAKE2b-256 checksum How to use checksums |
db3737ced6e72cda39c0f92ef1800963f7375285afb933670ae7fde145828e13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|
Release files / hack4you-0.1.5-py3-none-any.whl
| Download URL | hack4you-0.1.5-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b16e10113018ab3125fe0f8fa7a47d8d1c16225055999e6d271618606de29d96
|
|
BLAKE2b-256 checksum How to use checksums |
d5f13eaff0bd9782db805b620fc69970d93edbe0a445b61b3ca226a7bddd24c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|