<p><strong>Problem Statement:</strong></p>

<p>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&#39;t fit.</p>

<p><strong>Solution:</strong></p>

<ul>
	<li>I have created a .svg template in Adobe Illustrator.</li>
	<li>Replaced the dummy text on the template with the information in the python dictionary using python script.</li>
	<li>Created a 600 dpi .png image.</li>
	<li>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.</li>
</ul>
<p><strong>Problem Statement:</strong></p>

<p>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&#39;t fit.</p>

<p><strong>Solution:</strong></p>

<ul>
	<li>I have created a .svg template in Adobe Illustrator.</li>
	<li>Replaced the dummy text on the template with the information in the python dictionary using python script.</li>
	<li>Created a 600 dpi .png image.</li>
	<li>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.</li>
</ul>
<p><strong>Problem Statement:</strong></p>

<p>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&#39;t fit.</p>

<p><strong>Solution:</strong></p>

<ul>
	<li>I have created a .svg template in Adobe Illustrator.</li>
	<li>Replaced the dummy text on the template with the information in the python dictionary using python script.</li>
	<li>Created a 600 dpi .png image.</li>
	<li>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.</li>
</ul>

Project information

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.