No project description provided
Project description
Hack4U Academy Courses Library - Darabe
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos Disponibles:
- Introducción a Linux [15 horas]
- Personalización de Linux [3 horas]
- Introducción al Hacking [53 horas]
- Python Ofensivo [35 horas]
Instalación
Instala el paquete usando pip3:
pip3 install hack4u_darabe
Uso básico
Listar todos los cursos
from hack4u_darabe import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from hack4u_darabe import get_course_by_name
course = get_course_by_name("Python Ofensivo")
print(course)
Calcular duración total de los cursos
from hack4u_darabe.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_darabe-0.1.1.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_darabe-0.1.1.tar.gz.
File metadata
- Download URL: hack4u_darabe-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b031724cd004622d94dea320a23be83fb1e451070ea4f74633efab9eb641c23
|
|
| MD5 |
273f832d9f2ff67dedbc179c3d5207c4
|
|
| BLAKE2b-256 |
c860c150c66622d1d5a4a586164e24b8d957ef974819bd8b4307f2fd4f68a7f0
|
File details
Details for the file hack4u_darabe-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hack4u_darabe-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69bb9ec62efd905ff0f95853a90e7f8dd64350e597724c7ea2848724ad787eea
|
|
| MD5 |
6cabb150ba1a74c025bdf6af423b17dc
|
|
| BLAKE2b-256 |
8dc4ae62c27e9e06d39b1134a83e08bb020b5cce2f6510d60dbcc4a9f9d7a523
|