QRBcard is a simple Python script that generates a business card with a QR code. The script takes in user inputs such as name, job title, email, phone number, and website, and generates a PNG image of a business card with a QR code containing the user's contact information.
- Python 3.x
- Pillow library (can be installed with
pip install Pillow
) - qrcode library (can be installed with
pip install qrcode
)
- Clone this repository: git clone https://github.com/MaxSSD/QRBcard.git
- cd QRBcard
- Run
python qrbcard.py
orpython3 qrbcard.py
depending on your Python installation. - Follow the prompts to enter your contact information.
- A PNG file named qrbusinesscard.png will be generated in the same directory.
Contributions are welcome! If you find any bugs or have any suggestions for improvement, please open an issue or submit a pull request.
QRBcard is licensed under the MIT License.