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 = 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.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 cracknight-2.5.1.tar.gz.
File metadata
- Download URL: cracknight-2.5.1.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 |
331513df911429cdd7bd6eb503fe1e46638c48f293588fec83e2dda3dad3e210
|
|
| MD5 |
6e3ac3306e949169267633a7ee978079
|
|
| BLAKE2b-256 |
4de0bebcc2a66aef6bea4c6fc81e9eb45a21283b808b504fd474ee62dae3c5e4
|
File details
Details for the file cracknight-2.5.1-py3-none-any.whl.
File metadata
- Download URL: cracknight-2.5.1-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 |
bd03f61111e0e2b3cecc1f40bbd595a89f90e921d1f4887811845d8df16b9dd7
|
|
| MD5 |
570bf72a3c46f1f93cca3c2d0fa338e6
|
|
| BLAKE2b-256 |
5f14c134550859607d833d7177df049aa346be194c7dc47247026405db6a022a
|