Una biblioteca para consultar cursos de hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4u.
Cursos disponibles:
- Introducción a Linux [15 horas]
- Personalización de Linux [3 horas]
- Python Ofensivo [35 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete usando pip3:
pip3 install hack4u_rubenix
Uso básico
Lista todos los cursos
from hack4u import list_courses
for courses in list_courses():
print(course)
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introducción a Linux")
print(course)
Calcular duración total de cursos
from hack4u.utils import total_duration
print(f"Duración 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_rubenix-0.1.0.tar.gz
(1.8 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_rubenix-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_rubenix-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d0aae06daf89099192913d83f6bb387030f23739499000270ae33f0902314a3
|
|
| MD5 |
5e155bafe94e410a3bbf29f2edaf55ba
|
|
| BLAKE2b-256 |
1060d3d34857a1ed294a4d73e5e881adc768a570c63d1e4cfa24f2bd37d54708
|
File details
Details for the file hack4u_rubenix-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_rubenix-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e24f6e1cfc8d8cd2fe338a45f79ad38a5e010eed971a6657e3a5c508a1ddc428
|
|
| MD5 |
1db77f11695f480c249938b051ea4d01
|
|
| BLAKE2b-256 |
550f6c03bdbc55e50e6b76b11a36e64ef72d265e9d5b00898f63bda593c0d2ff
|