Una biblioteca ligera para consultar cursos de Hack4U desde Python.
Project description
Hack4u Academy Courses Library
Una biblioteca Python para consultar cursos de la acedemia Hack4u
Cursos disponibles:
- Introduccion a linux [15]
- Personalizacion de linux [3]
- Python Ofensivo [35]
Instalación
Instala el paquete pip3
pip3 install hack4u
Uso basico
Listar todos los cursos
from hack4u import list_courses
Course.list_courses():
Obtener un curso por nombre
from hack4u import search_course_by_name
c = search_course_by_name("Introducion a linux")
print(c)
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
learn4u-0.6.2.tar.gz
(2.4 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 learn4u-0.6.2.tar.gz.
File metadata
- Download URL: learn4u-0.6.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0a9c3f5de9ecdf56183a96a0486964b0bbf5e7c45efa238fd603442516a41b3
|
|
| MD5 |
ec5f32ad595172c1889370ee1602da60
|
|
| BLAKE2b-256 |
655636590083fe78c22b9c9557b7bbd41ea821ac38ec7ecf2e3bbfb0ec473ea5
|
File details
Details for the file learn4u-0.6.2-py3-none-any.whl.
File metadata
- Download URL: learn4u-0.6.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
129101b1a36c8dc6417c3db99026b0497e50959c9675d613a8a5c6a5d3f9bb2c
|
|
| MD5 |
df3b7e69babb95579c5007a18d81c08d
|
|
| BLAKE2b-256 |
9ec49b5b224060ab43593d829329b5ab8adea0fcf6300cfea83c4b5702cce4a1
|