Una biblioteca para consultar cursos de Hack4u
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia.
Cursos disponibles:
- Introduccion a Linux
- Introduccion al Hacking
- Personalizacion de Linux
Instalacion
Instala el paquuete usando pip3:
pip3 install hack4u
Uso Basico
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("INtroduccion a Linux")
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
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 hack4umiguel3023-0.1.0.tar.gz.
File metadata
- Download URL: hack4umiguel3023-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
773218070e831ba7fd2d08b27bfffad58c97c90d0ae76508d249617efc223cc0
|
|
| MD5 |
387ceaccbcc2b5ee86a77f6332c128e2
|
|
| BLAKE2b-256 |
3779931c09cd931b38dd4a778589dceb4888eb5792ce825c54c53dd4172b4522
|
File details
Details for the file hack4umiguel3023-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4umiguel3023-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.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e6ff89589abc7a43aa653b595bb712601483b1c7711670d0c4a551d8083e648
|
|
| MD5 |
8c40c8ce8b37fd2ce849ccb5bb0f2113
|
|
| BLAKE2b-256 |
03a2fc8515b4f643ece012abc3c466c957700649fd1d764e7672f5ed220d31ff
|