<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dishant Gandhi</title>
    <description>The latest articles on DEV Community by Dishant Gandhi (@horizon733).</description>
    <link>https://dev.to/horizon733</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F513108%2F4c01b8b4-eb56-4f8d-a578-8dd9b6388601.png</url>
      <title>DEV Community: Dishant Gandhi</title>
      <link>https://dev.to/horizon733</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/horizon733"/>
    <language>en</language>
    <item>
      <title>Dev Tool: A CLI tool for generating certificates</title>
      <dc:creator>Dishant Gandhi</dc:creator>
      <pubDate>Fri, 01 Oct 2021 14:16:15 +0000</pubDate>
      <link>https://dev.to/horizon733/dev-tool-a-cli-tool-for-generating-certificates-bai</link>
      <guid>https://dev.to/horizon733/dev-tool-a-cli-tool-for-generating-certificates-bai</guid>
      <description>&lt;p&gt;Being a workshop organizer and YouTuber means we have to deal with developer community everyday. Everyday I learn new things, recently when I organized a workshop on CSML: Language to build chatbots thought to develop a tool which helps to generate certificates for attendees. Isn't this cool!?&lt;/p&gt;

&lt;p&gt;So, how to use it?&lt;br&gt;
First, clone the repo by clicking &lt;a href="https://github.com/Horizon733/certi-build" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;br&gt;
&lt;code&gt;git clone https://github.com/Horizon733/certi-build.git&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;After installing, just go to your directory where your template certificate is and name excel sheet is. Navigate to your terminal/command prompt and follow below steps:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ certi-builder build
certificate image path: &amp;lt;your path&amp;gt;
Excel file path:  &amp;lt;your path&amp;gt;
Text color: Hex color code E.g #000000
Font file path: &amp;lt;your path&amp;gt; Please use ttf fonts
Font size: Int E.g 10
Output location:  &amp;lt;your path&amp;gt;
X location: X-axis coords, These you can find in paint
Y location: Y-axis coords, These you can find in paint
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you want attendees name to be bold then follow below steps:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ certi-builder build --bold
certificate image path: &amp;lt;your path&amp;gt;
Excel file path:  &amp;lt;your path&amp;gt;
Text color: Hex color code E.g #000000
Font file path: &amp;lt;your path&amp;gt; Please use ttf fonts
Font size: Int E.g 10
Output location:  &amp;lt;your path&amp;gt;
X location: X-axis coords, These you can find in paint
Y location: Y-axis coords, These you can find in paint
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Upcoming features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Support for different kind of files for name extraction&lt;/li&gt;
&lt;li&gt;Different kinds of text formatting E.g Italic, Underline&lt;/li&gt;
&lt;li&gt;AI recognization for replacing name in certificate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some of them are already in development by few contributors&lt;/p&gt;

&lt;p&gt;Since, it is Hacktoberfest you can contribute too!&lt;br&gt;
Something made by me👇👇&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyd05kujfysqb6uevkigb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyd05kujfysqb6uevkigb.png" alt="great_contributor"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
      <category>help</category>
    </item>
  </channel>
</rss>
