Skip to main content

ejemplo de proyecto cursos Hack4u

Project description

Hack4u Academy Library

Una biblioteca Python pra consultar cursos de la academia Hack4u

Cursos dispobibles:

  • Introduccion a Linux [15 horas]
  • Personalización de Linux[3 horas]
  • Introduccion al Hacking[53 horas]

Instalación

Instala el paquete usando pip3:

Listar todos los cursos

from hack4u import list_courses
for course in list_courses():
    print(course)

Obtener un curso por nombre

from hack4u import search_by_name
course = search_by_name("Introduccion al Hacking"):
print(course)

calcular duracion total de los cursos

from hack4u.utils import total_duration
print(f"Duracion total: {total_duration()} horas")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hack4u_adraul-0.10.6.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

hack4u_adraul-0.10.6-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

Details for the file hack4u_adraul-0.10.6.tar.gz.

File metadata

  • Download URL: hack4u_adraul-0.10.6.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for hack4u_adraul-0.10.6.tar.gz
Algorithm Hash digest
SHA256 5446479c4f41cc837ecf346f94a71df116990e86a5318ec081c107929dc2eaf4
MD5 99cae24f3f9406259cc2f5a9b6dfee52
BLAKE2b-256 ba173d8ff1dd258dabc09fda7013b42868687fbd6446660225f1a7aaff8c1e32

See more details on using hashes here.

File details

Details for the file hack4u_adraul-0.10.6-py3-none-any.whl.

File metadata

File hashes

Hashes for hack4u_adraul-0.10.6-py3-none-any.whl
Algorithm Hash digest
SHA256 166435a50f542b6eec24c066eddf7ed89470054ce240e6e8f68bc2173ee85582
MD5 8851ddcb3f096323ca124e78943f8a54
BLAKE2b-256 73e890c4ba61b5690daa51e13355a2c447bfb9021a0f4b3020701911d08e3114

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page