Una biblioteca para consultar cursos de hack4u
Project description
Cursos disponibles:
- Introduccion a Linux[15 horas]
- Personalizacion de Linux[3 horas]
- Introduccion al hacking [53 horas]
Instalacion
Instala el paquete 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")
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
hack4u404-0.5.0.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file hack4u404-0.5.0.tar.gz
.
File metadata
- Download URL: hack4u404-0.5.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 020c6e99f530c6144080f97b9c5e43d4eb11b3669b5432458bf03b763a044dc0 |
|
MD5 | 7e3d5fdcebecfb01adeeb9aacb55d2dd |
|
BLAKE2b-256 | 9c1620d611f7dda58c108b1aaec82ccc3b3ec06e936c36fe4bfd048a8c66e6f8 |
File details
Details for the file hack4u404-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: hack4u404-0.5.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59ad6eccb08025d903fd971c70b41f804159d0c4b8293eef3af23cf45ce763b2 |
|
MD5 | e9b9233962739c8d9d2d745e165f70cc |
|
BLAKE2b-256 | 9a3654a9324559ddd60dfed0be0a508c88e2bf46f6c4abf2770164af04b75091 |