<?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: Naman sharma</title>
    <description>The latest articles on DEV Community by Naman sharma (@naman23coder).</description>
    <link>https://dev.to/naman23coder</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%2F739465%2F9e689b52-c2e5-4870-b7b3-caf873415012.jpeg</url>
      <title>DEV Community: Naman sharma</title>
      <link>https://dev.to/naman23coder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/naman23coder"/>
    <language>en</language>
    <item>
      <title>programming memes</title>
      <dc:creator>Naman sharma</dc:creator>
      <pubDate>Tue, 08 Feb 2022 10:51:46 +0000</pubDate>
      <link>https://dev.to/naman23coder/programming-memes-5bm9</link>
      <guid>https://dev.to/naman23coder/programming-memes-5bm9</guid>
      <description>&lt;p&gt;here is the repo-&lt;a href="https://github.com/codewithpom/dev-meme"&gt;https://github.com/codewithpom/dev-meme&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>find youtube videos in just 2 lines of python.</title>
      <dc:creator>Naman sharma</dc:creator>
      <pubDate>Mon, 17 Jan 2022 07:34:21 +0000</pubDate>
      <link>https://dev.to/naman23coder/find-youtube-videos-in-just-2-lines-of-python-5b0j</link>
      <guid>https://dev.to/naman23coder/find-youtube-videos-in-just-2-lines-of-python-5b0j</guid>
      <description>&lt;p&gt;for this tutorial we will use pywhatkit library&lt;br&gt;
you can install it by&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;pywhatkit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="nn"&gt;pywhatkit&lt;/span&gt;
&lt;span class="n"&gt;pywhakit&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;playonyt&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;'godzilla eminem'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and done.&lt;br&gt;
if you don't want to open it in browser so just set &lt;code&gt;open_video&lt;/code&gt; to False, just like this:-&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="nn"&gt;pywhatkit&lt;/span&gt;
&lt;span class="k"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;pywhatkit&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;playonyt&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;'godzilla eminem'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;open_video&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="bp"&gt;False&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>python</category>
      <category>programming</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
