]> git.armaanb.net Git - phrases.git/blob - README.md
change to CSV instead of fortune-style database
[phrases.git] / README.md
1 # phrases
2 Get Latin famous phrases in your terminal
3
4 ## Source of phrases
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. There are currently 2225 phrases in the database
6
7 ## Installation
8 `sudo make` to install. Requires Python 3.
9
10 `sudo make uninstall` to uninstall completely.
11
12 If you want to regenerate the phrases.csv file with the `extract.py` script, then you need the BeautifulSoup Python module. 
13
14 ## License
15 Phrases is MIT Licensed by [Armaan Bhojwani](https://armaanb.net), 2020. See the LICENSE file for more information.