Skip to main content

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

drivefiller-3.0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

drivefiller-3.0.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page