Skip to content

strangeh21/RandomizeTextLines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RandomizeTextLines

RandomizeTextLines is a Python script for randomizing the lines listed in a .txt file.

Usage

py RandomizeTextLines.py testfile.txt
import sys
from RandomizeTextLines import randomize_text_lines

file = "C:/Users/Strangeh21/Desktop/testfile.txt"
randomize_text_lines(file)

Creates a new file named testfile-SHUFFLED.txt where the text lines inside have been randomized.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages