]> Skullheadx's Git Forge - Typer-Noises.git/commitdiff
fix spelling mistakes
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Sat, 31 Dec 2022 03:58:13 +0000 (22:58 -0500)
committerSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Sat, 31 Dec 2022 03:58:13 +0000 (22:58 -0500)
Copy-pasta Typer.exe [moved from Copypasta Typer.exe with 100% similarity]
README.md

similarity index 100%
rename from Copypasta Typer.exe
rename to Copy-pasta Typer.exe
index 2ebbfa3e1eefedf31deb6907cca4750107fea6d5..168e0e519986b8a221837f58dff5222da8b68454 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,23 +8,23 @@ _If you are a beginner coder, I recommend looking through the simple-code branch
 **HOW TO USE:**
 1. Download the code
 2. Extract all from the .zip file in your downloads folder
-3. Run the Copypasta Typer.exe file
+3. Run the Copy-pasta Typer.exe file
 4. Press the function keys located at the top of the keyboard (i.e. F1, F2, F3, and so on) to type out the text
 5. Press the PAUSE key to stop typing text at any time
 6. Press the ESCAPE key to completely stop the program
 
-**HOW TO ADD YOUR OWN COPYPASTAS:**
-1. Go inside the copypastas folder located inside the extracted zip folder
+**HOW TO ADD YOUR OWN COPY-PASTAS:**
+1. Go inside the copy-pastas folder located inside the extracted zip folder
 2. Delete all the .txt files
 3. Create your own .txt file with whatever text you want*
-4. You can create up to 12 different text files each with their own function key from F1 to F12 (Note that the function key that coresponds to each text file is in alphabetical order.)
+4. You can create up to 12 different text files each with their own function key from F1 to F12 (Note that the function key that corresponds to each text file is in alphabetical order.)
 
 *_Some special characters do not work with pynput library I used to code this program, so you may have to remove them or replace them with other characters_
 
 **HOW TO CHANGE THE TYPING SPEED:**
 1. Open the main.py file using Python
 2. Make sure all dependencies have been installed using `pip install pygame` and `pip install pynput` in the terminal
-3. Change the delay variable to the desired amound of time in seconds per character (Smaller delay will result in faster typing speed)
+3. Change the delay variable to the desired amount of time in seconds per character (Smaller delay will result in faster typing speed)
 
 -------------------------------------------------------------------------------------------------------------
 **EXTRAS:**