Bruteforce to file, to array
Project description
>>> from bruteforceDict import bruteforceDict >>> a = bruteforceDict(count=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
File details
Details for the file bruteforceDict-1.0.post20210320.tar.gz.
File metadata
- Download URL: bruteforceDict-1.0.post20210320.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 |
d4fc35eea01de07351b679ea7443c8dd1cafb3c03b6e1673cb2c549ffa282304
|
|
| MD5 |
591df7ed1c50f13c9866c07f208b56ec
|
|
| BLAKE2b-256 |
af5ea529a5704c9734ad8efc5144eea54877ad7513f58eae6a98ef824318d0d6
|