Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 481 Bytes

Shuffle Large File

A Python script to shuffle large files by splitting them into smaller chunks, shuffling each chunk, and merging them in random order.

Features

  • Efficient: Processes large files with minimal memory usage.
  • User-Friendly: Provides on-demand progress updates (press Enter to check status).
  • Robust: Handles errors gracefully and cleans up temporary files automatically.
  • Customizable: Allows you to specify the chunk size for splitting.