Una biblioteca para consultar cursos de hack4u.
Project description
Cursos Disponibles
- Introducion a Linux [15 horas]
- Personalizacion de Linux [3 horas]
- Introduccion al Hacking [53 horas]
- Python Ofensivo [35 horas]
Instalacion
Instala el paquete usando `pip3:
Uso basico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses:
print(course)
Obtener un curso por nombre
form hack4u import get_course_by_name
course = get_course_by_name("Introducion al Hacking")
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
sam4u-0.2.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
sam4u-0.2.0-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file sam4u-0.2.0.tar.gz.
File metadata
- Download URL: sam4u-0.2.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a473f812bc4a15be1e5f93237de842fbc5201fdb2c136feefc15bb44a62d2e4f
|
|
| MD5 |
75b2692fc10de2cacd08c811d7f76b7e
|
|
| BLAKE2b-256 |
edfe66c6d812cbbcfb2a4f6f53e9bc6670f8cce829ffe79948ed33cef014828d
|
File details
Details for the file sam4u-0.2.0-py3-none-any.whl.
File metadata
- Download URL: sam4u-0.2.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.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b1f320b402925bc906e388345dbfad5eab443d214c238c5dc91249c4c3fa289
|
|
| MD5 |
7ff831d84800108f038928570b7dd21d
|
|
| BLAKE2b-256 |
858cf73d28a0d1760fa878cb55a8e54ba2c48066c2f36e9c225e3a7eb49924c9
|