Práctica curso python ofensivo Hack4u
Project description
Hack4U Academy Courses Library
Una biblioteca Python paras consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introduccion a Linux - 15 horas
- Personalizacion de Linux - 3 horas
- Introduccion al Hacking - 53 horas
- Python Ofensivo - 30 horas
Instalacion:
Instala el paquete usando pip3
:
pip3 install hack4u-4ndymcfly
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("Introducción a Linux")
print(course)
Calcular duracion total de los cursos:
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file hack4u_chupiproject-1.0-py3-none-any.whl
.
File metadata
- Download URL: hack4u_chupiproject-1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb46d8766f4f17105716b68b49c6c18a17121ada2571d52dfbb0b63646274fcc |
|
MD5 | d29d04957c70a3599507f254c770fe42 |
|
BLAKE2b-256 | 4b3ced42bcee895bd9e33e8234baabcfe8e1fd9e2761d4d65099d2ac964fe785 |