Skip to content

Commit 4dd642a

Browse files
committed
Update README
1 parent 1e9c8d7 commit 4dd642a

File tree

3 files changed

+9
-36
lines changed

3 files changed

+9
-36
lines changed

Doomsday.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@
610610
elif daydiff == 5:
611611
print ("{} {} {} was a Thursday".format(month, day, year))
612612
elif daydiff == 6:
613-
print ("{} {} {} was a Friday".format(month, day, year))
613+
print ("{} {} {} was a Friday".format(month, day, year))

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# python-programs
22
This repo contains a couple programs that I thought it would be cool to program.
33

4-
Doomsday.py is the Doomsday algorithm, which I learned in Number Theory at University of North Texas.
4+
`Doomsday.py` is the Doomsday algorithm, which I learned in Number Theory at University of North Texas.
55

6-
paycheck.py is a program I designed to see what was supposed to be taken out of my paycheck and used it to observe if the Federal Government took out too much or not enough.
6+
`paycheck.py` is a scirpt I designed to see what was supposed to be taken out of my paycheck and used it to observe if the Federal Government took out too much or not enough.
7+
8+
`EngToPyg.py` takes English input and translates it into Pig Latin.
9+
10+
`PygToEng.py` takes Pig Latin and translates it back into English.
11+
12+
`webcrawler.py` is a simple script that I developed to talk about web scraping for a lightening talk for the 2018 Dataquest Chicago off-site.

Uncubed_Webcrawler.py

-33
This file was deleted.

0 commit comments

Comments
 (0)