Una biblioteca para consultar cursos de hack4u
Project description
Hack4u Academy
Una bibliote Python para consultar cursos de la Academia Hakc4u
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
```python
from hack4u import list_courses
for course in list_courses():
print(course)
### Obtener un curso por nombre
```python
from hack4u import get_course_by_name
course = get_course_by_name("Introduccion a Linux")
print(course)
### Calcular duracion total de los cursos
```python3
from hack4u.utils import total_duration
print(f"Duracion total: {total_duration()} horas")
### Firma: South_Ursa
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_ursa-0.1.2.tar.gz
(1.8 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_ursa-0.1.2.tar.gz.
File metadata
- Download URL: hack4u_ursa-0.1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f421863d4ab5784cc31b5b4f3ba10f36f06320921d5bfed7c5f8da5aa69209f2
|
|
| MD5 |
fd2bd5e5f0b08a1d4df93fa74024f272
|
|
| BLAKE2b-256 |
da85b955162df0a94af833436e2e6b3e80a5a7c6bbab1f5c145e111cf7b010bf
|
File details
Details for the file hack4u_ursa-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hack4u_ursa-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
873b172edbf8bb0a3a1d210451006927f5df0e82515832ccece18e7976e19c18
|
|
| MD5 |
ecb4cc7712e5da4f6c97b95617586693
|
|
| BLAKE2b-256 |
ccb99c82629cdcd612dae3496ec4f7665899df01bbcba676ff491b781e836611
|