Pijama2json is a Python data scraper that specializes in extracting information from PDFs known as "pijamas" within the community. These PDFs contain details about the disciplines offered in different courses at UFCG. The tool converts this extracted data into a convenient JSON format for streamlined accessibility and utilization.
Contributions to this project are welcome. If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.
To run this application on your local machine, you will need to have Python and Pip installed.
After installing Python, you can follow these steps to install the application:
- Clone this repository to your local machine
- Navigate to the project's root directory
- Create a virtual environment by running the command
python -m venv venv
- Activate the venv by running:
- Windows:
venv\Scripts\activate.ps1
- Linux or Mac:
source venv/bin/activate
- Install the required packages by running the command
pip install -r requirements.txt
- Run the command
python app.py
.