ejemplo de proyecto cursos Hack4u
Project description
Hack4u Academy Library
Una biblioteca Python pra consultar cursos de la academia Hack4u
Cursos dispobibles:
- Introduccion a Linux [15 horas]
- Personalización de Linux[3 horas]
- Introduccion al Hacking[53 horas]
Instalación
Instala el paquete usando pip3
:
Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from hack4u import search_by_name
course = search_by_name("Introduccion al Hacking"):
print(course)
calcular duracion total de los cursos
from hack4u.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
hack4u_adraul-0.10.5.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file hack4u_adraul-0.10.5.tar.gz
.
File metadata
- Download URL: hack4u_adraul-0.10.5.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da3b927f9491bc20ac6d19b8f88b569a8e76881b8f6d479c6fb972f9c9d7e300 |
|
MD5 | 8569be52459e602f31c2830a49a9c590 |
|
BLAKE2b-256 | 472f07c030ca236783243ccc51cd244d8c1cd8eb68b1b560dec4cb5862a9a4db |
File details
Details for the file hack4u_adraul-0.10.5-py3-none-any.whl
.
File metadata
- Download URL: hack4u_adraul-0.10.5-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a338c7a70e09bac2c6ae45b1bf61fd7f8ad19061052414cac74d2101a029cc6 |
|
MD5 | ecc3c12f88cbcb04c5b89eefded167fc |
|
BLAKE2b-256 | a2107d4e47f3a953fb0ca90731a10975264b7e7a3c4e292e00b4159fecab1ab2 |