Skip to content

Commit

Permalink
Add README stub and gitignore info
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpixel committed Jan 20, 2024
0 parents commit f629dff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.pyc
*.swp
__pycache__
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DarkPrompts
-----------

A better input for the WAS Text Concatenate box

DarkReader allows you to load lines from a file and/or lines from a text box, and pick a random line based on the seed.

DarkReader also allows stripping out comments and blank lines during processing

0 comments on commit f629dff

Please sign in to comment.