Biblioteca para consultar cursos de Hack4u.
Project description
🧠 Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
📚 Cursos disponibles
- Introducción a Linux — 15 horas
- Personalización de Linux — 3 horas
- Python Ofensivo — 35 horas
- Introducción al Hacking — 53 horas
- hacking Web — 51 horas
⚙️ Instalación
Instala el paquete usando pip3:
pip3 install hack4u
🚀 Uso básico
🔹 Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
🔹 Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introducción a Linux")
print(course)
🔹 Calcular duración total de los cursos
from hack4u.utils import total_duration
🧬 Autor
Desarrollado con ❤️ por Aurisssss for Hack4U Academy 📧 Contacto: soporte@hack4u.io 🌐 https://hack4u.io
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_auris-0.1.0.tar.gz
(2.2 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_auris-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_auris-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53876245f9f6c9c0499a72f11746c5e74adb8f0367637474ccda66dad982613d
|
|
| MD5 |
e74ef76a7dec2792d62f785ebcb4d0dd
|
|
| BLAKE2b-256 |
a1c9f690c58a8c15300cbf0cf6f887d0fcfef69cc6246b74cfe8088f019988da
|
File details
Details for the file hack4u_auris-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_auris-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75062fb4df5d36ed38de5cd9cd16787a451af82e81a390528d05e56604253c0b
|
|
| MD5 |
38adafc257c0e32ce522145e0bd9e0c5
|
|
| BLAKE2b-256 |
b7fb71a12aa4415dc5da32d192821f99565973822a87e640bb1d6ac63b5537de
|