Una biblioteca para consultar los cursos de hack4u de S4vitar
Project description
HACK4U Academy Course Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introduccion a Linux [15 horas]
- Personalizacion de Linux [3 horas]
- Introduccion al Hacking [53 horas]
Instalacion
Instala el paquete usando 'pip3':
pip3 install Hack4U
Uso basico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
Obtener en curso por nombre
from hack4u import search_course_by_name
course = source_course_by_name("Introduccion a Linux")
print(course)
Calcular duracion total de los cursos
from hack4u.utils import total_duration
print(f"Duracioon 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
hack4ufromrd-1.0.0.tar.gz
(1.9 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 hack4ufromrd-1.0.0.tar.gz.
File metadata
- Download URL: hack4ufromrd-1.0.0.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 |
c68a7111db3782282a3e79255e5fd3a34f2682d8518e1a13cd12ac48de5cd450
|
|
| MD5 |
bb8426edee7e303984a273fd341c1b1f
|
|
| BLAKE2b-256 |
abe22edf92b72658c92d4c14ce8cbd9f909a856a8d0254f6504940c4c6c03352
|
File details
Details for the file hack4ufromrd-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hack4ufromrd-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
8a714cea5c6316c3ef28a4c9c498edbcff30a7a9b73d4bf7e5c8608af61e7766
|
|
| MD5 |
98c87938c2f57855c4b08ae9c8efb526
|
|
| BLAKE2b-256 |
5defa0063e9c411697ee59c2b32adeb02b4a1d745546281593bbd10ae89d7b11
|