Una biblioteca para consultar cursos de Hack4u
Project description
Cursos disponibles
- Introducción a Linux [53 horas]
- Personalización de Linux [3 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete usando pip3:
pip3 install m4rtin
Uso básico
Listar todos los cursos
from m4rtin import list_courses
for course in list_courses:
print(course)
Obtener un curso por nombre
from m4rtin impor get_course_by_name
course = get_course_by_name('Introduccón a Linux')
print(course)
Calcular duración total de los cursos
from m4rtin import total_duration
print(f"Duración 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
m4rtin-0.3.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 m4rtin-0.3.0.tar.gz.
File metadata
- Download URL: m4rtin-0.3.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31c0a98cb3fe88e9cb6e18deee0a419d9a94d556ac8dd4a57f674302caf49b7c
|
|
| MD5 |
5d161975fd2b5eaf6117ffbeef061491
|
|
| BLAKE2b-256 |
c9cce3de65db479498ae2fc644e042d589c9039db1bdf129d59023e52f464fd2
|
File details
Details for the file m4rtin-0.3.0-py3-none-any.whl.
File metadata
- Download URL: m4rtin-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10414f82a461b6775d666a81b884d9731613d94f42277bcaa23b3fbd1723be1f
|
|
| MD5 |
3f9f912ad5a7f4211de5bbfaa7e7dcda
|
|
| BLAKE2b-256 |
a7c5c91f4c856e9082b2459ff2eb757cb29f6e6f09b29b7fb5188722758d15db
|