Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 346 Bytes

Requirements

  • Use a python version >= 3.6 and install the requirements pip install -r requirements.txt

Usage

  • You must provide all three parameters: start id, end id and filename

  • Run in the command line: python main.py <start id> <end id> <filename>

  • Example: python main.py 1 10 data.txt

  • Wait for the script to finish