Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 442 Bytes

Random_textfiles_generator

Generates random text files based on file size and number input

  1. Create target directory first in project directory
  2. Run python script in the same project directory
  3. Command line inputs :-
$ python Randomtextfilegenerator.py <outputFolderName> <numberOfFiles> <file_size in mb>
  1. Files created will be in target directory ( not project directory)
  2. All positional arguments are required