Una biblioteca para consultar los cursos de hack4u
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar los cursos de la academia Hack4U
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 search_course_by_name
course = search_course_by_name
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_rixon-0.1.33.tar.gz
(2.0 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 hack4u_rixon-0.1.33.tar.gz.
File metadata
- Download URL: hack4u_rixon-0.1.33.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 |
9ae7a1271e2a0f4aa4290f8aa01a01db04fa2fba0b5cb69dfe3f49cbd2529624
|
|
| MD5 |
afd76102d2a5d18718fc0a541e6b8549
|
|
| BLAKE2b-256 |
1e77ebf0eeea7d1b8c1962fea5e10892e142e6698337db95d43579150f035b9e
|
File details
Details for the file hack4u_rixon-0.1.33-py3-none-any.whl.
File metadata
- Download URL: hack4u_rixon-0.1.33-py3-none-any.whl
- Upload date:
- Size: 2.6 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 |
e568976d2a3210b56ca814c775f6572665dedcf5b5f936d9a8964cee9a89015b
|
|
| MD5 |
a8a48875da481474cdeef0cfa98005f1
|
|
| BLAKE2b-256 |
485fb0a56fe7400be2b428cf00c62507275e1c9f1fb48bc4565e557bb998319f
|