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 hack4u
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 = get_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.0.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.0.tar.gz.
File metadata
- Download URL: cracknight-2.5.0.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 |
8dae9f0046834817b89893c4d73d0c1df6dec2793744ecb289289ee8f25d6b69
|
|
| MD5 |
0ffc342bd52480e2d64da5e65ca64c1f
|
|
| BLAKE2b-256 |
167690d09dd27509d3da28fe312ed241b90ee621e728266217cb6fa0ab9919ed
|
File details
Details for the file cracknight-2.5.0-py3-none-any.whl.
File metadata
- Download URL: cracknight-2.5.0-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 |
ddff0e46d606c60a1dc78789f168b272c6e8722cdce86266e2b8898c16d150bc
|
|
| MD5 |
61a7d534b08b18f649643dbbae4e1991
|
|
| BLAKE2b-256 |
47ecf4919c7181529fe067bba9dcbd6ccf8c79b4e7437ba8fc09407cd4eaeefc
|