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.1.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.1.tar.gz.
File metadata
- Download URL: hack4u_project-1.0.1.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 |
d0821a451897dfae123bc41afc83c33c267cac93e53be642f6f90237bfc49475
|
|
| MD5 |
ef67e345cd2533221ac0e577c3964e1d
|
|
| BLAKE2b-256 |
64b6b05246351c3d5591f2cdc697bc4695f0d99bd4cafc44aa01d2134e7c6d3d
|
File details
Details for the file hack4u_project-1.0.1-py3-none-any.whl.
File metadata
- Download URL: hack4u_project-1.0.1-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 |
ed64bc8bcadad750c5d2af5717cbbf2202554e288f9b12e0f2c292aaf29660cd
|
|
| MD5 |
e66def42687f25dead3e816524905fcb
|
|
| BLAKE2b-256 |
10fe8963948b7b818d080dbf266081b49a5da9f59ba94cba68fdb93fa5bba2ff
|