-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
21 lines (10 loc) · 722 Bytes
/
README.txt
File metadata and controls
21 lines (10 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
directions to run backendtest
1)make sure you have python set up in your path.
2)navigate within a command window to the program's directory
3)type python backendtest.py arguement2 arguement3
arguement2 needs to be the directory you are storing your input file (mine was f:\desktop\string.txt)
argument3 needs to be either -r or -w, -r activating the reverse letters function and -w activating the reverse words function.
directions to run backendtest3
3)type python backendtest.py arguement2 arguement3
arguement2 needs to be a string. mine looked like "This is a test" with quotes
argument3 needs to be either -r or -w, -r activating the reverse letters function and -w activating the reverse words function.