Una biblioteca para consultar todos los cursos existentes de hack4u
Project description
Hack4U Acadademy Courses Library
Una biblioteca Python para consultar todos los cursos de la acadamia Hack4U.
Cursos disponibles:
- Introduccion a Linux [15 horas]
- Personalizacion de linix [3 horas]
- Python Ofensivo [35 horas]
- Introduccion al Hacking [53 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 el curso por nombre
from hack4u import get_course_by_name
course = get_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
TestHack4u-1.0.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 TestHack4u-1.0.1.tar.gz.
File metadata
- Download URL: TestHack4u-1.0.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 |
d4c140e3d5bbdd7be551a444c1baf1f05cbfa33403d2cc37ab733e7c876c299c
|
|
| MD5 |
1d9edeefbbff7e575221c73867a7cecf
|
|
| BLAKE2b-256 |
5242ace2f46ed21e36c05ae61aaecd876a618678a35bfb26826549e31d84e8bc
|
File details
Details for the file TestHack4u-1.0.1-py3-none-any.whl.
File metadata
- Download URL: TestHack4u-1.0.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 |
83a1753d7b063732875692e7c6119cc9160da2b02b0a60184ad0dd06c60e971f
|
|
| MD5 |
ca67dcf7bbcb0d6bba15f4d11e611a96
|
|
| BLAKE2b-256 |
11cc99f66dd7bbaa911c2b9394c57f3dd077b3c2f8aac218818c159c7160d85f
|