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.1.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.1.tar.gz.
File metadata
- Download URL: learn4u-0.6.1.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 |
fc60931fb07ad215d5fed09b07736658f3080b745cbdb5fa33b8b8db037b3499
|
|
| MD5 |
a3bd6e883756c128d873230a6400ab86
|
|
| BLAKE2b-256 |
bc355265745c0d91c41fe870d4b73404f6109c5004cb84cf1e23d0347a5cfac0
|
File details
Details for the file learn4u-0.6.1-py3-none-any.whl.
File metadata
- Download URL: learn4u-0.6.1-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 |
5523ed92f5640b1bba8729260689dd4b35e1af40ebb6f56a735f7899ab84900b
|
|
| MD5 |
67ebd93d2c9e1ca98d29c87786b90d39
|
|
| BLAKE2b-256 |
531c8f040e8b6350126329a0dbccfe185d2295314f2aaf2bbca1be1dc353a113
|