]> Skullheadx's Git Forge - text-art.git/commitdiff
Update README.md
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Sat, 24 Dec 2022 18:56:42 +0000 (13:56 -0500)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2022 18:56:42 +0000 (13:56 -0500)
README.md

index c7a695ec3272362d4f975e4e37ca5813e8d0df8f..ec277f115c2e6e771ae75f5b66cb41d4d0ea1f2e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ text_art_txts
 
 2. Place the .mp4 video you want to turn into text into the input folder.
 
-3. Go to setup.py and edit the value of filename to the name of the file you want to be edited.
+3. Go to setup.py and edit the value of filename to the name of the file you want to be turned into text art.
 filename = "FILENAMEHERE"
 
 4. Run main.py with python and wait until the output appears in the output folder.
@@ -29,9 +29,10 @@ filename = "FILENAMEHERE"
 5. Enjoy your text art video!
 
 ---------------------------------------------------------------------------------------------------------
-If you wish for higher quality or difference text size, change the scale value in setup.py.
+If you wish for higher quality or different text sizes, change the scale value in setup.py.
 
 scale = 10
 
-Setting the scale to 10 will mean that every 10th pixel will be turned into text. The smaller the value, the more pixels will be turned into text.
+For example, setting the scale to 10 will mean that every 10th pixel will be turned into text. 
+The smaller the value, the more pixels will be turned into text.
 However, this may take more time to generate the video. Feel free to also change the density and font_size for interesting effects.