<?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: Umesh Adabala</title>
    <description>The latest articles on DEV Community by Umesh Adabala (@umeshlab).</description>
    <link>https://dev.to/umeshlab</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%2F785172%2Fcad85fd1-c97a-4dbf-bce0-00fadaec05f7.png</url>
      <title>DEV Community: Umesh Adabala</title>
      <link>https://dev.to/umeshlab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/umeshlab"/>
    <language>en</language>
    <item>
      <title>FilePyle</title>
      <dc:creator>Umesh Adabala</dc:creator>
      <pubDate>Wed, 09 Mar 2022 04:29:34 +0000</pubDate>
      <link>https://dev.to/umeshlab/filepyle-52k</link>
      <guid>https://dev.to/umeshlab/filepyle-52k</guid>
      <description>&lt;p&gt;Hey all it is been a while writing a post to dev.to.&lt;br&gt;
I am going to write a post about a filepyle a file downloader made using python by Advait Jadhav.&lt;br&gt;
&lt;a href="https://github.com/777advait/FilePyle/"&gt;Github&lt;/a&gt;&lt;br&gt;
While writing this post the version of file pyle is 0.1.2.&lt;br&gt;
It similar to scoop,wget,curl. But this can run in any OS that has python installed.&lt;br&gt;
Now let's use it&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Clone the github repo.&lt;br&gt;
&lt;code&gt;git clone https://github.com/777advait/FilePyle/&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Install the dependencies.&lt;br&gt;
&lt;code&gt;pip install -r requirements.txt&lt;/code&gt;&lt;br&gt;
3.Install filepyle&lt;br&gt;
&lt;code&gt;python setup.py install&lt;/code&gt;&lt;br&gt;
4.Now let's use filepyle&lt;br&gt;
&lt;code&gt;filepyle --url &amp;lt;url/to/the/file&amp;gt; --path &amp;lt;path/where/files/will/be/downloaded&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Example of downloading python into downloads folder :-&lt;br&gt;
&lt;code&gt;filepyle --https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe --path ~/Downloads&lt;/code&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4l-3-tee--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ncvjjm6pad4tnctnwqr6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4l-3-tee--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ncvjjm6pad4tnctnwqr6.png" alt="Image description" width="398" height="398"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Umesh&lt;/p&gt;

</description>
      <category>python</category>
      <category>filepyle</category>
      <category>url</category>
      <category>downloader</category>
    </item>
    <item>
      <title>How to create a readme.md on github user profile page</title>
      <dc:creator>Umesh Adabala</dc:creator>
      <pubDate>Mon, 03 Jan 2022 13:59:34 +0000</pubDate>
      <link>https://dev.to/umeshlab/how-to-create-a-readmemd-on-github-user-profile-page-33an</link>
      <guid>https://dev.to/umeshlab/how-to-create-a-readmemd-on-github-user-profile-page-33an</guid>
      <description>&lt;p&gt;Preview - &lt;a href="https://github.com/umeshlab/umeshlab"&gt;https://github.com/umeshlab/umeshlab&lt;/a&gt;&lt;br&gt;
Hey folks in this post i am going to speak about creating a github readme.md on github user profile page.&lt;br&gt;
Let's get started&lt;br&gt;
Create a new github repo with your username check the create a readme file box&lt;br&gt;
Open the file and click on edit or the pencil icon in the page,&lt;br&gt;
Now enter all the info needed in this file even few html is supported&lt;br&gt;
 It is a markdown language file&lt;br&gt;
Now lets start editing it&lt;br&gt;
In the first line &lt;br&gt;
&lt;code&gt;![Header](https://raw.githubusercontent.com/username/repo_name/main/image.png "Header")&lt;/code&gt;&lt;br&gt;
in the second line&lt;br&gt;
&lt;code&gt;# Hello, folks! &amp;lt;img src="https://raw.githubusercontent.com/MartinHeinz/MartinHeinz/master/wave.gif" width="30px"&amp;gt;&lt;/code&gt;&lt;br&gt;
 Next you can follow the code&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;## 🔧 Technologies &amp;amp; Tools
![](https://img.shields.io/badge/OS-Windows-informational?style=flat&amp;amp;logo=windows&amp;amp;logoColor=white&amp;amp;color=2bbc8a)
![](https://img.shields.io/badge/Editor-PyCharm-informational?style=flat&amp;amp;logo=pycharm&amp;amp;logoColor=white&amp;amp;color=2bbc8a)
![](https://img.shields.io/badge/Code-Python-informational?style=flat&amp;amp;logo=python&amp;amp;logoColor=white&amp;amp;color=2bbc8a)
## &amp;amp;#x1f4c8; GitHub Stats

&amp;lt;a href="https://github.com/umeshlab/umeshlab"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=umeshlab&amp;amp;hide=javascript&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21&amp;amp;langs_count=3" /&amp;gt;
&amp;lt;/a&amp;gt;
&amp;lt;a href="https://github.com/umeshlab/umeshlab"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api?username=umeshlab&amp;amp;show_icons=true&amp;amp;line_height=27&amp;amp;count_private=true&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21" alt=" GitHub Stats" /&amp;gt;
&amp;lt;/a&amp;gt;

&amp;lt;a href="https://github.com/umeshlab/speedtest_GUI"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=umeshlab&amp;amp;repo=speedtest_GUI&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21" /&amp;gt;
&amp;lt;/a&amp;gt;


&amp;lt;a href="https://github.com/umeshlab/pyapp"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=umeshlab&amp;amp;repo=pyapp&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21" /&amp;gt;
&amp;lt;/a&amp;gt;    

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Change the repo names and usernames by checking the code properly&lt;br&gt;
You can add more like that.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
My readme file&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;![Header](https://raw.githubusercontent.com/umeshlab/umeshlab/main/umi.png "Header")
# Hello, folks! &amp;lt;img src="https://raw.githubusercontent.com/MartinHeinz/MartinHeinz/master/wave.gif" width="30px"&amp;gt;
My name is Umesh Adabala and I'm a software developer. I'm from India, living in Bangalore 
&amp;lt;br&amp;gt;
An 14 years Indian python devloper. Who wants to serve many projects to this community.
## 🔧 Technologies &amp;amp; Tools
![](https://img.shields.io/badge/OS-Windows-informational?style=flat&amp;amp;logo=windows&amp;amp;logoColor=white&amp;amp;color=2bbc8a)
![](https://img.shields.io/badge/Editor-PyCharm-informational?style=flat&amp;amp;logo=pycharm&amp;amp;logoColor=white&amp;amp;color=2bbc8a)
![](https://img.shields.io/badge/Code-Python-informational?style=flat&amp;amp;logo=python&amp;amp;logoColor=white&amp;amp;color=2bbc8a)
## &amp;amp;#x1f4c8; GitHub Stats

&amp;lt;a href="https://github.com/umeshlab/umeshlab"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=umeshlab&amp;amp;hide=javascript&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21&amp;amp;langs_count=3" /&amp;gt;
&amp;lt;/a&amp;gt;
&amp;lt;a href="https://github.com/umeshlab/umeshlab"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api?username=umeshlab&amp;amp;show_icons=true&amp;amp;line_height=27&amp;amp;count_private=true&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21" alt=" GitHub Stats" /&amp;gt;
&amp;lt;/a&amp;gt;

&amp;lt;a href="https://github.com/umeshlab/speedtest_GUI"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=umeshlab&amp;amp;repo=speedtest_GUI&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21" /&amp;gt;
&amp;lt;/a&amp;gt;


&amp;lt;a href="https://github.com/umeshlab/pyapp"&amp;gt;
  &amp;lt;img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=umeshlab&amp;amp;repo=pyapp&amp;amp;title_color=ffffff&amp;amp;text_color=c9cacc&amp;amp;icon_color=2bbc8a&amp;amp;bg_color=1d1f21" /&amp;gt;
&amp;lt;/a&amp;gt;    

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;br&gt;&lt;br&gt;
Thanks for reading and spending your valuable time on  this post.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>github</category>
      <category>readme</category>
    </item>
  </channel>
</rss>
