]> git.armaanb.net Git - phrases.git/blob - README.md
Finish basic form of program
[phrases.git] / README.md
1 # phrases
2 Get latin famous phrases in your terminal!
3
4 ## Source
5 The Wikipedia page "[List of Latin phrases (full)](https://en.wikipedia.org/wiki/List_of_Latin_phrases_(full))". See the references [here](https://en.wikipedia.org/wiki/List_of_Latin_phrases_(full)#References) for more information
6
7 ## Installation
8 `sudo make`
9
10 If you want to run the `extract.py` script, then you need BeautifulSoup
11
12 ## License
13 Phrases is MIT Licensed by [Armaan Bhojwani](https://armaanb.net), 2020. In part built on [fortune](https://github.com/bmc/fortune) by Brian M. Clapper