Una biblioteca para consultar cursos de Hack4u.
Project description
HACK4U ACADEMY COURSES
Instalation
pip3 install hack4u-project
List all courses
from hack4u import list_courses
for course in list_courses():
print(course)
Get a course by name
from hack4u import get_course_by_name
course = get_course_by_name("Introduccion a Linux")
print(course)
Calculate total duration of courses
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_project-1.0.2.tar.gz
(1.7 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_project-1.0.2.tar.gz.
File metadata
- Download URL: hack4u_project-1.0.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47ef61bb7829c045f64ee3bc1a38b0c6d113ef77d874a6fe630cb1be0cbcdda0
|
|
| MD5 |
76e00f8095bf2ba0b8ba5c650ca5e854
|
|
| BLAKE2b-256 |
5829b944224aa58e03f196b35f02e211467dba2a720cd3fae3e6f7c4393c6f88
|
File details
Details for the file hack4u_project-1.0.2-py3-none-any.whl.
File metadata
- Download URL: hack4u_project-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
472a4f037d559e9251e02ca53e71a6a4884a06d68980e7800dd093a2e5c3e201
|
|
| MD5 |
18fb198825fe8edfb1cb8cc15d8b858a
|
|
| BLAKE2b-256 |
20b8a55a6e1c8ca77b69742ff03c51a99c2c7c180196173882ee3fad0aef4d28
|