Una biblioteca para consultar cursos de hack4u.
Project description
Hack4U Acadeny Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introcucción al Linux [15 horas]
- Personalización de Linux [15 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete usando 'pip3':
pip3 install hack4u
Uso básico
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("Introducción al Linux")
print(course)
Calcular duracción total de los cursos
from hack4u import total_duration
print(f"Duracción 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
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 jc_cybersec_hack4u-0.1.1.tar.gz.
File metadata
- Download URL: jc_cybersec_hack4u-0.1.1.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 |
0cd086ce5f74a86823d2a94eaba802b1c3fcf32dd00087bf8c20cf9b91516379
|
|
| MD5 |
32b33e09ec1e595da43fa9110baa7ec2
|
|
| BLAKE2b-256 |
fd1aa7505486915f464604099caa61d12a58adacada0d551ff389ef8e97690e6
|
File details
Details for the file jc_cybersec_hack4u-0.1.1-py3-none-any.whl.
File metadata
- Download URL: jc_cybersec_hack4u-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
6f1d175181b8f91bbea995249b4a2850a6060ba0024f048d9ca325c38b34576e
|
|
| MD5 |
75fa63486f240bcdee9e904def58cea6
|
|
| BLAKE2b-256 |
9fe1df79169f071d2ea3ab78a064b463196e312c40f6b666136752be20fbe538
|