A Python 3 library that makes very large files very quickly. Can also return file size.
Project description
DriveFiller(dot)py
A python library that creates very large files very quickly. Please DO NOT use in any malicious form. This has been made for the sole purpose of testing on systems you have the permission to break. We (Conor and Ben) accept no responsibility for any consequences you may recieve or damage you may cause.
Examples
To write 500 lines in the file 'text.txt' stored in 'C:\Documents' with the text 'Hello World!' and check size in bytes:
import drivefiller as df
Filler_Object = df.filler('C:\Documents\', 'text', 'Hello World!', 500)
Filler_Object.fill()
print(Filler_Object.checkSize())
To write approx. 10,000 bytes in the file'text.txt' stored in 'C:\Documents' with the text 'Hello World!' and check size in bytes:
import drivefiller as df
Filler_Object = df.filler('C:\Documents\', 'text', 'Hello World!', 0, 10000)
Filler_Object.fill()
print(Filler_Object.checkSize())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 drivefiller-3.0.1.tar.gz.
File metadata
- Download URL: drivefiller-3.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b629a8be1789aec348a5a6924cd4301e71ae353c053e7a2ccf4268c5726652af
|
|
| MD5 |
3eb4f3e13caa6b674bba2d2e9c71d6ea
|
|
| BLAKE2b-256 |
1ad86ad145fde23df7c9b759e82c0325dd6b7a19ac253a498692a908348c2409
|
File details
Details for the file drivefiller-3.0.1-py3-none-any.whl.
File metadata
- Download URL: drivefiller-3.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ec6c4003efeaf7c62854eb93a26e5fe04d86d0f9db48d2676e344c0f83157ee
|
|
| MD5 |
0d45bfbfe7455fcee91199c4036ec47d
|
|
| BLAKE2b-256 |
e8438368c9230defc50e38f6006fb84b76f74b0b6d1290d62188e7e74b112608
|