Skip to content

matuzalemmuller/dummy-files-creator

Repository files navigation

Dummy Files Creator

Unit tests

Application to generate dummy files with random content and different checksums. All sizes are considered as corresponding powers of 210 (KiB, MiB, GiB).

See the project in GitHub and PyPi.

Installation

Cross-platform

Install the package via pip:

pip3 install dummyfilescreator

Windows

Download the latest release from the releases page.

  • The build tagged as dir has all dlls and the dummyfilescreator.exe executable and is faster to start.
  • The build tagged as one-file has a single executable, but it takes longer to start.

Linux

Download the .deb and .rpm packages from the releases page.

macOS

Download the latest .dmg file from the releases page. Note that at the moment there are no arm-compatible packages due to the lack of devices to build the app. Contributions are welcome.