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
hack4upolsiv-0.1.2.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 hack4upolsiv-0.1.2.tar.gz.
File metadata
- Download URL: hack4upolsiv-0.1.2.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 |
aabf4513eeacde9f4f377ad5622dca84b628972eb19474e6e4996cc915442a28
|
|
| MD5 |
31e1c9153eeab3d543874658e5e33180
|
|
| BLAKE2b-256 |
ba85d6e15b1c5207eebdeb282bd409e83ad7442bac148c0c36cdd02f36742ab6
|
File details
Details for the file hack4upolsiv-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hack4upolsiv-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
4a6c00d72aa8470fe693b7e7eed8bf4acf455fe1cd198d73d6deeeaef8167d1c
|
|
| MD5 |
1ad34ffa24e041b296e6d635fd427e34
|
|
| BLAKE2b-256 |
569ac7907651d4dad246a6eb4668b50494c8a357bfeb3adae6dba4f2859317c5
|