]> git.armaanb.net Git - phrases.git/blob - README.md
make database-file location more flexible
[phrases.git] / README.md
1 # phrases
2 Latin famous phrases in the terminal
3
4 ## Source of famous phrases
5 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. 
6
7 There are currently 2239 famous phrases in the database
8
9 ## Installation
10 ### On Linux + MacOS
11 `sudo make` to install.
12
13 `sudo make uninstall` to uninstall completely.
14
15 The program can also be run without installing
16
17 ### Notes
18   * If you want to generate a new phrase database file with the `extract.py` script, then you need the beautifulsoup4 Python module.
19   * Tested and written on Python 3.9.0
20
21 ## License
22 Phrases is MIT Licensed by [Armaan Bhojwani](https://armaanb.net), 2020. See the LICENSE file for more information.