Una biblioteca para consultar cursos
Project description
Hack4u Academy courses Library
Una biblioteca python para consultar cursos de la academia de hack4u
Cursos disponibles:
- Introduccion a Linux [15 horas]
- Personalizacion a Linux [3 horas]
- Introduccion al Hacking [53 horas]
Instalacion
pip3 install hack4u
Uso basico
Listar todos los cursos
from leaks import list_courses
from course in list_courses():
print(course)
Obtener un curso por nombre
from leaks import get_course_by_name
course = get_course_by_name("Introduccion a linux")
print(course)
Calcular duracion total de los cursos
from leaks.utils import total_duration
print(f"Duracion 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
leaks-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
leaks-0.1.0-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file leaks-0.1.0.tar.gz.
File metadata
- Download URL: leaks-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53c1402daa19a6bccc8fe32d66c3a0008942b967f74d6dbd1beff45799622018
|
|
| MD5 |
5b8c78fb886ceba153f824cc4fc401a5
|
|
| BLAKE2b-256 |
d0145fd674108aa3e511e703c8f3e8a9478f6c4bdd25a5657857d1cc7d3464c4
|
File details
Details for the file leaks-0.1.0-py3-none-any.whl.
File metadata
- Download URL: leaks-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fcd86996d4cd01809adf0e4b4b66b3328024a96feb336491d57111cb5227f8c
|
|
| MD5 |
6f25edf34bfd2c03f2c94be5f4400500
|
|
| BLAKE2b-256 |
f408b8fc67c23c65e0767b129fc7b432eed3bba198c44aacb28b01d0bfb817bf
|