]> Skullheadx's Git Forge - Typer-Noises.git/commitdiff
Update README.md
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Sat, 31 Dec 2022 03:55:52 +0000 (22:55 -0500)
committerSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Sat, 31 Dec 2022 03:55:52 +0000 (22:55 -0500)
README.md

index fd4d86d62b2146c000c577989234b223fb93d574..2ebbfa3e1eefedf31deb6907cca4750107fea6d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Source code for a program that types out text for you. Use this to prank you fri
 _If you are a beginner coder, I recommend looking through the simple-code branch as it is much less complicated than this code._
 
 -------------------------------------------------------------------------------------------------------------
-HOW TO USE:
+**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
@@ -13,7 +13,7 @@ HOW TO USE:
 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:
+**HOW TO ADD YOUR OWN COPYPASTAS:**
 1. Go inside the copypastas folder located inside the extracted zip folder
 2. Delete all the .txt files
 3. Create your own .txt file with whatever text you want*
@@ -21,15 +21,16 @@ HOW TO ADD YOUR OWN COPYPASTAS:
 
 *_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:
+**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)
 
 -------------------------------------------------------------------------------------------------------------
-EXTRAS:
+**EXTRAS:**
+
 Check out the other branches for extensions on this project.
 
-WPM-shower - will output the Words Per Minute at the end of each operation
-bee-movie-typer-game - type out the entire bee movie game
-simple-code - simpler code for beginners
+- **WPM-shower** - will output the Words Per Minute at the end of each operation
+- **bee-movie-typer-game** - type out the entire bee movie game
+- **simple-code** - simpler code for beginners