a little package that can print diferent curses
Project description
library from hack4u academy
A Python Library to get curses from Hack4u Academy
avalible curses
- Introduccion al hacking etico [53 hrs]
- Introduccion a linux [15 hrs]
- Personalizacion de entorno linux [3 hrs]
Install
install the package using pip3:
pip3 install suHacku
basic use
list all curses
from suromi import list_curse
for i in list_curse:
print(i)
get a course for name
from suromi import search_curse
course = search_curse("intro a linux")
print(course)
get total duration of courses
from suromi.utils import total_duration
total = total_duration()
print(total)
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
suhacku-1.0.0.tar.gz
(1.7 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 suhacku-1.0.0.tar.gz.
File metadata
- Download URL: suhacku-1.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c315fa90f46e0d99ccd13f203703be9acda911775445422a73f84aa3aa49c51
|
|
| MD5 |
ff4fe1d5077cad0fbfa1b83e3f249acf
|
|
| BLAKE2b-256 |
3fed151c1a6207c4565b70c07fa58b71704e560717f5b447e34cf1ae73517e57
|
File details
Details for the file suHacku-1.0.0-py3-none-any.whl.
File metadata
- Download URL: suHacku-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d67ff0f2a1e6e54622694db45f5f7bbc53a918ce1146bdbf5964c2b9e0636c56
|
|
| MD5 |
6aaeb5ef7781191b961c31ab6da25930
|
|
| BLAKE2b-256 |
43d16e4a396199224309ff9a522da00bebf5fbcacd6009b511d6e15f2cc19037
|