Una biblioteca para consultar cursos de la academia hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles
- Introduccion 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
Uso basico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from hack4u import search_course_by_name
course = search_course_by_name("Introduccion a Linux")
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
hack4ulib-0.1.0.tar.gz
(1.9 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 hack4ulib-0.1.0.tar.gz.
File metadata
- Download URL: hack4ulib-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17d5ef432d6e0e14e65dc4d76d4ba96e49d42d15ce64954e93716245aef7826d
|
|
| MD5 |
587f82de860c10463bf76b81a6f55f8b
|
|
| BLAKE2b-256 |
db85859673ce63d9b49ec0d4c6518883dd383d1f2601e886033801bab35bb2f6
|
File details
Details for the file hack4ulib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4ulib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34af849bd5d8dee8ac8ac455aa4b3ff5136aa6f276ce2fcfa2a25e474b189791
|
|
| MD5 |
5b3772aefb4d680f30fa157f7c62e43c
|
|
| BLAKE2b-256 |
7a142149cc14fcb227540a7c30caee07d3aaa16c0754d9f7d3245912446cd565
|