Cyber spellbook for developers.
Project description
CyberBook
This is a collection of functions / tools that are used frequently enough to store them some place.
Example
import CyberBook
# CrypticItems
dr = CyberBook.DecoderRing(data='test')
dr.base64()
print(f"{dr.altered_data}")
# NetworkPortals
print(f"{CyberBook.Identify.os_specs()}")
# FileSystemMagic
print(f'{CyberBook.read_wordlist(file="someWords.lst")}')
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
CyberBook-0.0.8.tar.gz
(17.9 kB
view hashes)