Una biblioteca para consultar cursos de hack4u.
Project description
HACK4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U de S4vitar.
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_dom
Uso basico
Listar todos los cursos
from hack4u_dom import list_courses
from course in list_courses():
print(course)
Obtener un curso por nombre
from hack4u_dom import search_course_by_name
course = search_course_by_name("Introduccion a Linux")
print(course)
Calcular duracion total de los cursos
from hack4u.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
hack4u_dom-0.1.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 hack4u_dom-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_dom-0.1.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 |
ef2755b12728b0e1731fcbd096f0057a085a788e0ec76284f888f8a82d8ce329
|
|
| MD5 |
c5b43568c43934a3fd2fdb9eb5dcab7d
|
|
| BLAKE2b-256 |
54f0b941204b6092e8e34ac99d6c3e36b8770e9436bd79c0296006696c0d246b
|
File details
Details for the file hack4u_dom-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_dom-0.1.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 |
67c5d79499fe8db62798583393b2cf2e3ff303df9f915eadbad0d7a879c4a06c
|
|
| MD5 |
40dac23e2d37167efef2d231f3c71cea
|
|
| BLAKE2b-256 |
2298e5efcc47589cdd0edbc2b38009e4e84ad0089c6c9f474587d57b875b3459
|