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]
- 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.")
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
hack4you-0.1.5.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 hack4you-0.1.5.tar.gz.
File metadata
- Download URL: hack4you-0.1.5.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c247cd7544956337bbdd67b54a2a9635bce52b9006785fc103c640a55a3000bb
|
|
| MD5 |
e29a0d1e5d576c49947b51a7e0e73d10
|
|
| BLAKE2b-256 |
db3737ced6e72cda39c0f92ef1800963f7375285afb933670ae7fde145828e13
|
File details
Details for the file hack4you-0.1.5-py3-none-any.whl.
File metadata
- Download URL: hack4you-0.1.5-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b16e10113018ab3125fe0f8fa7a47d8d1c16225055999e6d271618606de29d96
|
|
| MD5 |
c07389d5af0a9f12db59291291f707dd
|
|
| BLAKE2b-256 |
d5f13eaff0bd9782db805b620fc69970d93edbe0a445b61b3ca226a7bddd24c4
|