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 Linux [3 horas]
- Introducción al Hacking [53 horas]
- Python Ofensivo [35 horas]
- Hacking Web [51 horas]
Instalación
Instala el paquete usando pip3:
pip install hack4u
Uso básico
Listar todos los cursos
from hack4u 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("Introduccion a Linux")
print(course)
Calcular duración total de los cursos
from hack4u.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
hack4u_niggi-7.1.0.tar.gz
(2.0 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 hack4u_niggi-7.1.0.tar.gz.
File metadata
- Download URL: hack4u_niggi-7.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
060c1d900ceacbf270b7e286612eff89801f81773d8cbb43b625bf02f3302812
|
|
| MD5 |
1a88ccba9fab889a4c24c9b0b464b545
|
|
| BLAKE2b-256 |
c44c2082732cd115bf9a4cb6e9743c6a97bbac302433da131aea3ff202bd0ba5
|
File details
Details for the file hack4u_niggi-7.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_niggi-7.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e270bd171df207dfa07f8fbd7fefb128aca54934189fb010be47a16a83df261c
|
|
| MD5 |
d5af6f0d0d416566ccf3046847c8fb3a
|
|
| BLAKE2b-256 |
a9e8b42ca9f13eb906451f174765051029f7a0cc797630b5d063d94cb69595df
|