Library for hack4u courses
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introccion a Linux [15 Horas]
- Personalizacion de Linux [3 Horas]
- Introduccion al Hacking [53 Horas]
- Python Ofensivo [35 Horas]
Instalacion
Instala el paquete usando pip3
:
pip3 install hack4u-silv
Uso basico
Listar todos los cursos
from hack4u_silv import list_courses
for course in list_courses:
print(course)
Obtener un curso por nombre
from hack4u import get_course_by_name
print(get_course_by_name("Python Ofensivo"))
Calcular duracion total de los cursos
from hack4u_silv.utils import total_duration
print(f"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_silv-0.1.1.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file hack4u_silv-0.1.1.tar.gz
.
File metadata
- Download URL: hack4u_silv-0.1.1.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 | c7219486759cd482ab38fe421521ba6ac31c5eba5cf94318204f57b61490ac89 |
|
MD5 | a1986dfa461505baf1987a5e5ae342ea |
|
BLAKE2b-256 | 14a452761d1213b53a8ec4bf00e5e2700167068533631067a610b45c06b2bdf7 |
File details
Details for the file hack4u_Silv-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: hack4u_Silv-0.1.1-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 | cb56cae93ccc17177358be781b0adb0799ad2e735fca05c6184cc29f557705bd |
|
MD5 | 8f91ab3e71d14935152869d79a2593bd |
|
BLAKE2b-256 | 821d7231ddf3e218c1c78795732ece376f703b656b3630c4cf0097e6a7f31a92 |