A collection of the tools I made in my first year
Project description
A Collection of tools from my first year!
This package just serves as a collection of tools which I may or may not need in the future.
It includes
load_wordsto sort wordlists into a list for easy list/string handling.decrypt_words()to decrypt a wordlist encoded in a caesar cipher (look in KPR-Prosjekt on my profile for context)validate_passworda password strength checker anddecrypt()which is the same asdecrypt_words()and takes in a string.
Download
Make sure to upgrade pip to the newest version before you download!
pip install vgstools
To access the package
// Import only functions
>>> from tools import decipher
>>> decipher("rah")
// Import tools on it's own
>>> import tools
>>> tools.validate_password("password")
License
This package uses the MIT License.
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
vgstools-0.2.tar.gz
(3.5 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 vgstools-0.2.tar.gz.
File metadata
- Download URL: vgstools-0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b4bb02ce312fdff819725b36160a15b4658e60388413869fa61b31861b8772d
|
|
| MD5 |
c67123d87de1298237ba12ca27abadd8
|
|
| BLAKE2b-256 |
75b005cfb95be8cd2d4ff840da23b6e8a6a5172cbeef2966a60fa5273e9aed29
|
File details
Details for the file vgstools-0.2-py3-none-any.whl.
File metadata
- Download URL: vgstools-0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a465104a892ec167be1bfd97732b36806d6ed559cae81509ce5a8680bbe325b1
|
|
| MD5 |
81e3118eb2b41453b4c45aa2b62e5f2d
|
|
| BLAKE2b-256 |
0b12412d42324303732f533cbd11e64fd6aaa0d6101687505eccd7441ea88ccb
|