A Flask-based application for generating FBR-compliant digital invoices with QR codes (Version 2.0).
Open your terminal and clone the project:
git clone [https://github.com/AbdullahZulfiqar2005/FBR-DI-Software/](https://github.com/AbdullahZulfiqar2005/FBR-DI-Software/)
cd FBR-DI-Software
### 2. Install Dependencies
Make sure you have Python installed, then install the required packages:
```bash
pip install -r requirements.txt
You can run the application using either the helper script or standard Python commands.
If you have the script.sh file, you can make it executable and run it:
chmod +x script.sh
./script.sh
Run the application using the Python interpreter:
python app.py
If python defaults to Python 2 on your system, use:
python3 app.py
Once running, open your browser and go to:
http://localhost:5000