A library to list courses on hack4u
Project description
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
Uso basico
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("Introduccion a LInux")
print(course)
Calcular duracion total de los cursos
from hack4u.utils import total_duration
print(f"Duracion total: {total_duration()} horas")
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_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_subiendo-0.8.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_subiendo-0.8.0.tar.gz.
File metadata
- Download URL: hack4u_subiendo-0.8.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45faaa3faec210aef03740dcb0eaf9be31308aa6ff1391a062dcc3bfde05a16b
|
|
| MD5 |
af508cb069c4283ccc15cb476bfe5530
|
|
| BLAKE2b-256 |
00364caa072685b172a03003c5987cde76d0a33ba45885d00f70f632319d2f1c
|
File details
Details for the file hack4u_subiendo-0.8.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_subiendo-0.8.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1749990d3411027770c1e16749e79f1548cd6a5fa9d31078c2fa7e4f56cd4fd4
|
|
| MD5 |
c8d6f8f677ffed5e49ebebf250cdb035
|
|
| BLAKE2b-256 |
6f2093edab5fdee10de8045f4936db2472f06fc5b0e0ef151ca5d10ea4212417
|