Project information
- Category: Web
- Client: Chris Goldman
- Project date: Feb. 26, 2024
- Project URL: https://www.upwork.com/freelancers/~01d757c9a2f4fd6168?mp_source=share
Dynamic Food Lable Generation
Problem Statement:
The client needed a Python script that would generate a food label using the information received through a server. This information was saved into a python dictionary. Once the label is created the script should be able to generate a .png image and bend the rectangular label to some degree. The purpose of bending is that the label is going to be pasted on a cylindrical container and a straight label doesn't fit.
Solution:
- I have created a .svg template in Adobe Illustrator.
- Replaced the dummy text on the template with the information in the python dictionary using python script.
- Created a 600 dpi .png image.
- Bend the image on a 30 Degree and create multiple copies of the final image to fit on a particular size sheet to be cut through a cutter machine.