Biblioteca para consultar cursos de Hack4U
Project description
Hack4u Academy Courses Library
Renombrado: cracknight
Una biblioteca Python para consultar cursos de academia Hack4u.
Cursos Disponibles
- Introduccion a Linux
- Python Ofensivo
- Personalizacion de Linux
- Introduccion al Hacking
Instalacion
pip3 install cracknight
Uso basico
Listar todos los cursos
from cracknight import list_courses
for course in list_courses():
print(course)
Obtener un curso por su nombre
from cracknight import get_course_by_name
course = search_course_by_name('Introduccion a Linux')
print(course)
Calcular duracion total de los cursos
from cracknight.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
cracknight-2.5.2.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 cracknight-2.5.2.tar.gz.
File metadata
- Download URL: cracknight-2.5.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a1e0e809b3b78c63efb335a230499607a8b5c99acc5eb4847264378176a8469
|
|
| MD5 |
631f9e6d66947068a5dc9da77bb00953
|
|
| BLAKE2b-256 |
bf8fbba67d863effb80df6c241deb284fb72b71f3891279c6f586c03743566a1
|
File details
Details for the file cracknight-2.5.2-py3-none-any.whl.
File metadata
- Download URL: cracknight-2.5.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c653934a417bf304a11d8fd66551c6054f1a45f60f1613ded24cc8121bf947a
|
|
| MD5 |
f3b2dc26c5bab60b69b5c9c0cd1f31ed
|
|
| BLAKE2b-256 |
f424dc9c5f3c809ccafbfc6ad6fea1198ab60873bb2ddc044bcb7af5d2c324e0
|