<?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>Forem: Abhijeet Sharma</title>
    <description>The latest articles on Forem by Abhijeet Sharma (@abhijeetsharma20).</description>
    <link>https://forem.com/abhijeetsharma20</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%2F614218%2F29f304bd-9715-4985-819c-7b8c7c2c48b8.png</url>
      <title>Forem: Abhijeet Sharma</title>
      <link>https://forem.com/abhijeetsharma20</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/abhijeetsharma20"/>
    <language>en</language>
    <item>
      <title>TEXT-TO-HANDWRITING USING PYTHON</title>
      <dc:creator>Abhijeet Sharma</dc:creator>
      <pubDate>Sun, 04 Jul 2021 19:00:52 +0000</pubDate>
      <link>https://forem.com/abhijeetsharma20/text-to-handwriting-using-python-5fk6</link>
      <guid>https://forem.com/abhijeetsharma20/text-to-handwriting-using-python-5fk6</guid>
      <description>&lt;p&gt;Hello, guys in this post we are going to explore how to convert text into handwriting and how to save it in any format.&lt;/p&gt;

&lt;p&gt;so let's start, we need to download one python module named "pywhatkit".&lt;/p&gt;

&lt;p&gt;STEP 1: installation of module pywhatkit.&lt;br&gt;
you just have to run this command in your system command prompt(or terminal).&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--L3rMg5R7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ecolx1lnwqvergunsn47.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--L3rMg5R7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ecolx1lnwqvergunsn47.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;STEP 2: Now after you have successfully installed this module in your system then you have to import it into your code.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--K1-odCln--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l5di5ve0x1sxvdn4qt12.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--K1-odCln--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l5di5ve0x1sxvdn4qt12.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;STEP 3: Now it's time to use the method text_to_handwriting().&lt;br&gt;
you have to pass 3 pieces of information (arguments) to this method:&lt;br&gt;
    1. Text you want to convert in handwriting.&lt;br&gt;
    2. path where you want to save this file.&lt;br&gt;
    3. color of the text in rgb format as tuple.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mD-70VxV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rmjbf18xtu2h0hcbvp06.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mD-70VxV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rmjbf18xtu2h0hcbvp06.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;an important point to remember: you have to use a double forward slash or backward slash(\\ or //) according to your device while defining the path as you can see in the above picture.&lt;/p&gt;

&lt;p&gt;And now you can check your directory which you passed as an argument in the method, you will get your file there.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VXPgXkqH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wp7xa1pzmo1vflvlo5gc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VXPgXkqH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wp7xa1pzmo1vflvlo5gc.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope this post has helped you.&lt;br&gt;
thankyou.&lt;/p&gt;

</description>
      <category>python</category>
      <category>texttohandwriting</category>
      <category>projects</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
