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]
Instalación
Instala el paquete usando pip3:
pip3 install hackforall77
Uso básico
Listar todos los cursos
from hackforall77 import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from hackforall7 import get_course_by_name
course = get_course_by_name("Introducción a Linux")
print(course)
Calcular duración total de los cursos
from hackforall77.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
hackforall77-0.0.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 hackforall77-0.0.1.tar.gz.
File metadata
- Download URL: hackforall77-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ea8b1fb4b308678bb919b8244980db93d019186ce303dcc7b08cfc66e1634fb
|
|
| MD5 |
4f724c0ec035aa82453969d5b756b2de
|
|
| BLAKE2b-256 |
aac169577e1fa896aa4dc235725075c7f8f088082b3b41dd55b28e79a737e523
|
File details
Details for the file hackforall77-0.0.1-py3-none-any.whl.
File metadata
- Download URL: hackforall77-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c82fab3da5bf4d0e5e0be5a25f34dedf466bcbb8a09e1cabf0a52fcb0fae85
|
|
| MD5 |
e470df3c6d737d2e159427280efac7d4
|
|
| BLAKE2b-256 |
fbea073f504bb604d9cf99052c7d3389902f1acc63f9b758f7ca4f32e83fa6ca
|