Una biblioteca para consultar cursos de hack4u ejemplo curso Python.
Project description
Hack4U Academy Courses 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_project
Uso basico
Listar todos los cursos
from hack4u_project import list_courses
from course in list_courses():
print(courses)
Obtener un curso por nombre
from hack4u_project import get_course_by_name
course = get_course_by_name("Introduccion a Linux")
print(course)
Calcular duracion total de los cursos
from hack4u_project.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_project1-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_project1-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_project1-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfa0f6353868af4061f928f4d924d2690f666249412ae3aa8cb39c0c30d0934b
|
|
| MD5 |
46adab8378c3a696b7fc317db1232410
|
|
| BLAKE2b-256 |
041ab55212322c8e2748e224f73984cc83e0dc480c5a6c868f65afe210dd8ab2
|
File details
Details for the file hack4u_project1-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_project1-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.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06bef40e6eb824716f87df1ef48fdb4ab9e3e2909d4c58f2b3b16e253a59a76a
|
|
| MD5 |
2861f9c36572c9f48a4596a48cae82a3
|
|
| BLAKE2b-256 |
21b06e1e24090376278bc19a60600d662aa21f3a5e01736b85dc1074022b8f7c
|