Biblioteca para consultar cursos de hack4u
Project description
Hack4u Academy Cursos Library
Una Bilbioteca Python para consultar cursos de la academia Hack4U
Cursos disponibles:
- Introducción a Linux
- Personalización de Linux
- Introducción al Hacking
- Python Ofensivo
Instalación
Instala el paquete usando pip3:
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_curso
for i in list_curso():
print(i)
Obtener un curso por nombre:
from hack4u import search_curso_by_name
curso = search_curso_by_name("Introducción a Linux")
print(curso)
Calcular el tiempo 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_Grx-0.1.1.tar.gz
(1.8 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_Grx-0.1.1.tar.gz.
File metadata
- Download URL: hack4U_Grx-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75e2849a995353770eda45ce5e444c10a6e6f3275b8c991a03b0ddcdf98e622a
|
|
| MD5 |
1b956b9e6d6aa20fece4f52987582a96
|
|
| BLAKE2b-256 |
b72fe5605a623ba983df3ca055434356d416b820cc026d3892fbd844be88154b
|
File details
Details for the file hack4U_Grx-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hack4U_Grx-0.1.1-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.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83375fba23579603ddd9851c902d698c94c6a6c859ec6cd5d253e1c7e8689af5
|
|
| MD5 |
aedd62bd380a83a88250aeff0a6f103c
|
|
| BLAKE2b-256 |
2f8c9ebe4b61dbf827ae0b78324a63b9f926b71aaa0a78789e3aee0ee23b7896
|