A library to list courses from Hack4u web
Project description
Hack4u Academy Courses Library
A library to list courses from Hack4u academy web.
Courses available:
- Introducción a Linux [15 horas]
- Personalización de Entornos en Linux [3 horas]
- Python Ofensivo [35 horas]
- Introducción al Hacking [53 horas]
- Hacking Web [51 horas]
Installation
Install with 'pip3':
pip3 install hack4u-kebris-c-tools
Usage
List courses:
from hack4u-kebris-c-tools import list_courses
for course in courses:
print(course)
Get course by name:
from hack4u-kebris-c-tools import get_course_by_name
course = get_course_by_name("Introducción al Hacking")
print(course)
Calculate total duration of all the courses on Hack4u academy web
from hack4u-kebris-c-tools.utils import total_duration
print(f"Total duration: {total_duration()} hours")
To use all utilities
from hack4u-kebris-c-tools import *
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 hack4u_kebris_c_tools-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_kebris_c_tools-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52534aa9cb399da07571c5a99ce14ff476d0bd703055397b75e38ac74f96e208
|
|
| MD5 |
831272d05b557fd3c827cd45eec85d7a
|
|
| BLAKE2b-256 |
83e6f62111584724da976b0a246b7d226bc5d20dedfd901c2349a7a808b1c21b
|
File details
Details for the file hack4u_kebris_c_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_kebris_c_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55601f5efb14b2b1490375180fcd262e42cd33030e4f8defee5416d2e5501a78
|
|
| MD5 |
0712811f77ed7459b9b7678f957a1016
|
|
| BLAKE2b-256 |
766fa4b7f40c85514523b4cbe0ef9dfb6c42e8404cc3065508cd8d9d8634a711
|