Una biblioteca para consultar cursos de hack4u.
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introducciòn a Linux [15 horas]
- Personalizaciòn de Linux [3 horas]
- Introducciòn al Hacking [53 horas]
Instalaciòn
Instala el paquete usando 'pip3': '''python3 pip3 install hack4u '''
Uso bàsico
Listar todos los cursos
'''python from hack4u import list_courses
for course in list_courses(): print(couse) '''
Obtener un curso por nombre
'''python from hack4u import get_course_by_name
course = get_course_by_name("Introducciòn a Linux") print(course) '''
Calcular duraciòn total de los cursos
'''python3 from hack4u.utils 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
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 hhack4u-0.7.7.tar.gz.
File metadata
- Download URL: hhack4u-0.7.7.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.13.0a3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2665fc1ee5622a7fb87432b801118b697f422ed66cda579da15a6914b611479
|
|
| MD5 |
4b85807f901b92dd3a9f4c607fdd0589
|
|
| BLAKE2b-256 |
1bcfa2fc2ff50e0acd9a7ec9d7b19ec7951478db15cb1663465565fcf2f77abc
|
File details
Details for the file HHack4u-0.7.7-py3-none-any.whl.
File metadata
- Download URL: HHack4u-0.7.7-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.13.0a3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b8021e591059a8c588ea87a5670b213b3f9f12dc64669f04d5fa20d07c0b167
|
|
| MD5 |
d330938ee839de355273bef0e5474bc9
|
|
| BLAKE2b-256 |
b9996e72e4875634c2c55363a7911457e9a266485bc4eb973e413445771ac903
|