Pyntry is a Python-based web application that interacts with the Open Food Facts API to pull product data based on barcodes. This project uses SQLite for database management and is configured to run on localhost.
It was made to clean up my kitchen and help me keep track of the products I have at home.
-
Clone the repository:
git clone https://github.com/BEMZ01/Pyntry.git cd Pyntry
-
Install dependencies:
pip install -r requirements.txt
-
Set up environment variables:
- Copy the
.env.example
file to.env
:cp .env.example .env
- Update the
.env
file with your configuration.
- Copy the
-
Run the application:
python main.py
-
Access the application: Open your web browser and go to
http://127.0.0.1:8000
.
We welcome contributions from everyone. Please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions, feel free to reach out to me on GitHub or via email.
Happy coding!