Una biblioteca para consultar cursos de hack4u
Project description
Hack4u Academy Courses library
Biblioteca de Python para filtar por los cursos de hack4u
Cursos disponibles
- Introduccion a linux [15 horas]
- Personalizacion de linux [3 horas]
- Introduccion al hacking [53 horas]
- Python ofensivo [35 horas]
Instalacion
Instalando con el uso de 'pip3':
pip3 install hack4u-Randyn
Uso basico
Listar los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
Encontrar curso por su nombre
from hack4u import find_course_by_name
print(find_course_by_name("Introduccion al hacking"))
Calcular duracion total de todos los cursos
from hack4u import total_duration
total_duration()
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_randyn-0.1.1.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_randyn-0.1.1.tar.gz.
File metadata
- Download URL: hack4u_randyn-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ac40ccf56e098f5d61d04a0353f7e816b9cac44b49550723510c53457effdd6
|
|
| MD5 |
7a2c889963ea38b47822293caa8d2d03
|
|
| BLAKE2b-256 |
ce29d24f7f45477203be3b3cd42a182441c1631bea82953d528fdff2ce3079b2
|
File details
Details for the file hack4u_randyn-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hack4u_randyn-0.1.1-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.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e803bd9577f5ae53eefafae50a5e8bddfdf4a4f064b04efec39d6771e95e3f8
|
|
| MD5 |
b286f72006e1f5bf8a3e6d9720bb80d8
|
|
| BLAKE2b-256 |
e33c62ea585bba75891614f667a7defb7ccc75596b3828358e0b211cfe3b4f35
|