Una biblioteca para consultar cursos de Hack4u.
Project description
searchack4u Library.
Una biblioteca Python para consultar cursos de la academia Hack4u.
Cursos disponibles:
- Introducción a Linux [15 Horas]
- Personalización de Linux [3 horas]
- Introducción al Hacking [53 horas]
- Python Ofensivo [35 horas]
- Hacking Web [51 horas]
- Arch Linux desde Cero [1 hora]
Instalación:
Instala el paquete usandopip3:
pip3 install searchack4u
Uso básico:
Listar todos los cursos:
from searchack4u import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre:
from searchack4u import search_course_by_name
course = search_course_by_name("Introducción a Linux")
print(course)
Calcular duración total de los cursos:
from searchack4u import total_duration
print(f"Duració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
searchack4u-0.1.1.tar.gz
(2.0 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 searchack4u-0.1.1.tar.gz.
File metadata
- Download URL: searchack4u-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abe1f14e9aed3d3d92877123f15a848b6b0625e413e2894c3858afd61061ddd3
|
|
| MD5 |
01f069c75cd1c6717f39bea73cf639b6
|
|
| BLAKE2b-256 |
61f147b5bb7e66ceab06ac3fc7b0b561d1b41e42e12a9b35d340311ffeb90887
|
File details
Details for the file searchack4u-0.1.1-py3-none-any.whl.
File metadata
- Download URL: searchack4u-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.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e32767af0c851e4ac4848bc69ea1c2474e05b95937384c622a7c787198ff9b68
|
|
| MD5 |
d799825ca78b0a6ac3b755dd9ff187a2
|
|
| BLAKE2b-256 |
35c899cf36d44c2d47c8855a1e92a30b1fa4943be912aaa8959851da944c9654
|