Una biblioteca para consultar los 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]
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(course)
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introducción 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_eg4n-0.1.2.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_eg4n-0.1.2.tar.gz.
File metadata
- Download URL: hack4u_eg4n-0.1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97a846b72158f31ed4f8635cfaeba0810a4f0f78b65a3570075fc41a7086ec5d
|
|
| MD5 |
25b2334b4bc7c313ea82d421ca335ce7
|
|
| BLAKE2b-256 |
4f444ba47bc7c3d9d95030b5b55b0b0f940fb97c6e968262abbf68ad80aad8e1
|
File details
Details for the file hack4u_eg4n-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hack4u_eg4n-0.1.2-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.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
571a7c19955d918ee860e617c0d10aa9964af346e4a6bfac4fe89b61a9c112ec
|
|
| MD5 |
606aa5cbd041ddb58f96802a67b59a79
|
|
| BLAKE2b-256 |
3425a57f988f9cafe8462f034c2336cd9f2f0010ace9bc6074f188d92bae89f8
|