Lex Search is a command-line utility for searching Philippine laws and jurisprudence.
The application allows you to view your queries in the terminal or save them into a file for later use.
Download or clone this repository. You must have Python 3.x installed in your machine to run this application.
The available code is still in development. No pre-complied binaries are available yet. To try this out, install the dependencies first by running:
pip install -r requirements.txt
Then, open Lex Search by running:
python3 lexsearch.py
This will open Lex Search's main menu.
Type /?
to print the help menu and get a list of commands.
Go to the project's version history page on Github to view the project's complete version history.
The following features are planned for future releases:
- Searching for Supreme Court (SC) decisions from lawphil.net
- Searching for Presidential Decrees (PD) from lawphil.net
- Creating a DOM for republic acts for easier parsing and integration with other applications
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See the LICENSE file for more details.
This is a personal project. Any information that may be obtained from or through this project is provided to the users for informational purposes only. For more information, view the complete disclaimer.