Bruteforce to file, to array
Project description
>>> from bruteforceDict import bruteforceDict >>> a = bruteforceDict(size=4, fileName='res.txt', chars='asd') >>> a.toFile() # Запись в файл res.txt >>> arr = [] >>> for i in a.bruteforce(): >>> arr.append(i) # Заполнение массива >>> print(*arr)
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
bruteforceDict-1.5.tar.gz
(1.5 kB
view details)
File details
Details for the file bruteforceDict-1.5.tar.gz.
File metadata
- Download URL: bruteforceDict-1.5.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a7bcc4c9b54d30dd6e06f139c44e5f08bf1fec4d4c5f9145b20fc6472529a22
|
|
| MD5 |
5fce258f3090c6033d0b12faac6ba315
|
|
| BLAKE2b-256 |
35aa486d8f1fff8d6a99e54a8b07128f3520c6a94584e98f620eece92cc4cf3f
|