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.0.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.0.tar.gz.
File metadata
- Download URL: hack4U_Grx-0.1.0.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 |
763cfd5f404a5156c37200a96a8ee3c88b5cf3f3c1ca46bc3b92eaf12ac91ec0
|
|
| MD5 |
ddd80a2d29802451e3c195d699680f51
|
|
| BLAKE2b-256 |
2f6535420deb3403706f0a8006ad42b9f09a69c600387e2a643083f1262706fb
|
File details
Details for the file hack4U_Grx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4U_Grx-0.1.0-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 |
60cac21127327de454993fec6879c6e1fe775adc7a1cc2f93a563290987ac40d
|
|
| MD5 |
ec6a97d21ca9e309f454db97258aaa83
|
|
| BLAKE2b-256 |
11165af0546add09bf97ee6ac454f5fd9d74fd10bfd42af19b3e13f48999f9c4
|