]> git.armaanb.net Git - phrases.git/blob - README.md
Fix README formatting
[phrases.git] / README.md
1 # phrases
2 Get Latin famous phrases in the terminal
3
4 ## Source of phrases
5 There are currently 2239 phrases in the database, sourced from the Wikipedia page [List of Latin phrases (full)](https://en.wikipedia.org/w/index.php?title=List_of_Latin_phrases_(full)&oldid=986793908)
6
7 Wikipedia contributors, "List of Latin phrases (full)," Wikipedia, The Free Encyclopedia, https://en.wikipedia.org/w/index.php?title=List_of_Latin_phrases_(full)&oldid=986793908. 
8
9 ## Installation
10 `sudo make` to install.
11
12 `sudo make uninstall` to uninstall completely.
13
14 ### Notes
15   * If you want to regenerate the phrases.csv file with the `extract.py` script, then you need the BeautifulSoup Python module.
16   * Tested and written on Python 3.9.0
17
18 ## License
19 Phrases is MIT Licensed by [Armaan Bhojwani](https://armaanb.net), 2020. See the LICENSE file for more information.