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 Entorno Linux [3 horas]
- Introducción al Hacking [53 horas]
- Python Ofensivo [35 horas]
- Hacking Web [51 horas]
Instalación
Instala el paquete usando pip3:
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(corse)
Obtener un curso por nombre
form hack4u import search_by_name
course = search_by_name("Introducción a Linux")
print(course)
Calcular duración total de los cursos
form hack4u 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
hack4ucourses-0.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 hack4ucourses-0.1.0.tar.gz.
File metadata
- Download URL: hack4ucourses-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4fc000adcd7263806c8ab61e789fe20f9ef7f81b86837761e8f45bc46aa0ed4
|
|
| MD5 |
d4c032f9f2774b6c8a30573a034df550
|
|
| BLAKE2b-256 |
e509f314e8471f808e9b472b0b0cd68709cf192df7c7afe5b0c8fe7399ad4440
|
File details
Details for the file hack4ucourses-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4ucourses-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88b81b6a38b5e07d9de2c6e36a118b17176b8fc8318579a84fa1bdfca8510f87
|
|
| MD5 |
9e64d5933aa5335e69a878ba781e6ed4
|
|
| BLAKE2b-256 |
5b8c1a6ec893391f42117486bdc9ad4af479785892c441b552e6bd0735b525f8
|