<?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: Anugya</title>
    <description>The latest articles on DEV Community by Anugya (@anugya).</description>
    <link>https://dev.to/anugya</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%2F467873%2Fac16a4f0-1092-4dec-91ee-a6d58e619bb1.jpeg</url>
      <title>DEV Community: Anugya</title>
      <link>https://dev.to/anugya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anugya"/>
    <language>en</language>
    <item>
      <title>Submission for GitHub Actions Hackathon '21</title>
      <dc:creator>Anugya</dc:creator>
      <pubDate>Tue, 16 Nov 2021 15:40:28 +0000</pubDate>
      <link>https://dev.to/anugya/placeholder-title-4bom</link>
      <guid>https://dev.to/anugya/placeholder-title-4bom</guid>
      <description>&lt;h3&gt;
  
  
  My Workflow:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/Anugya-Gogoi/Snake-Game"&gt;https://github.com/Anugya-Gogoi/Snake-Game&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Wacky Wildcards&lt;/p&gt;

&lt;h3&gt;
  
  
  Yaml File or Link to Code:
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;{% https://github.com/Anugya-Gogoi/Snake-Game/tree/main/.github/workflows %}&lt;/code&gt; &lt;/p&gt;

</description>
      <category>actionshackathon21</category>
      <category>python</category>
      <category>turtle</category>
      <category>github</category>
    </item>
    <item>
      <title>My Hacktoberfest 2020 story</title>
      <dc:creator>Anugya</dc:creator>
      <pubDate>Fri, 04 Dec 2020 07:51:25 +0000</pubDate>
      <link>https://dev.to/anugya/my-hacktoberfest-2020-story-11am</link>
      <guid>https://dev.to/anugya/my-hacktoberfest-2020-story-11am</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"It's through curiosity and looking at new opportunities in new ways that we've always mapped our path." - Michael Dell&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;These words by Mr. Dell couldn't be truer for me. In 2020, I attempted my first ever Hacktoberfest and it was a delightful experience. From perusing various GitHub repos to interacting with the maintainers, it was a blast for me! &lt;br&gt;
I was really glad to have made a total of 8 contributions, some of to organisations such as &lt;strong&gt;Vonage&lt;/strong&gt; and &lt;strong&gt;LoginRadius&lt;/strong&gt;. Hope to continue my endeavour with Open Source. &lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>github</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
    <item>
      <title>Cartoonisation with Python (Submission for Github Actions x Dev Hackathon)</title>
      <dc:creator>Anugya</dc:creator>
      <pubDate>Tue, 15 Sep 2020 06:03:24 +0000</pubDate>
      <link>https://dev.to/anugya/cartoonisation-with-python-submission-for-github-actions-x-dev-hackathon-43m2</link>
      <guid>https://dev.to/anugya/cartoonisation-with-python-submission-for-github-actions-x-dev-hackathon-43m2</guid>
      <description>&lt;p&gt;My Workflow:&lt;br&gt;
The name of my Github Action is Python Cartoonisation. It is a fun program, created with OpenCV and able to animate normal images and pictures.&lt;/p&gt;

&lt;p&gt;Submission Category: Wacky Wildcards&lt;/p&gt;

&lt;p&gt;Link to code:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Anugya-Gogoi"&gt;
        Anugya-Gogoi
      &lt;/a&gt; / &lt;a href="https://github.com/Anugya-Gogoi/Cartoonisation-program"&gt;
        Cartoonisation-program
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Image cartoonisation
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Cartoonisation-program&lt;/h1&gt;
&lt;p&gt;A simple image cartoonisation program for making animated images from photographs.&lt;/p&gt;
&lt;h2&gt;
Technologies Used :&lt;/h2&gt;
&lt;p&gt;Python libraries used are&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;CV2&lt;/li&gt;
&lt;li&gt;NumPy&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
How to use :&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Install the required modules (NumPy and cv2)&lt;/li&gt;
&lt;li&gt;Open the file cartoon.py in your Python text editor&lt;/li&gt;
&lt;li&gt;Run the program&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
Installation of modules :&lt;/h2&gt;
&lt;p&gt;Use the package manager &lt;a href="https://pip.pypa.io/en/stable/" rel="nofollow"&gt;pip&lt;/a&gt; to install the modules&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;pip install cv2
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;pip install numpy
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2&gt;
Contributing&lt;/h2&gt;
&lt;p&gt;Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.&lt;/p&gt;
&lt;h2&gt;
License&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/apache-2.0/" rel="nofollow"&gt;Apache-2.0&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Anugya-Gogoi/Cartoonisation-program"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>actionshackathon</category>
      <category>github</category>
      <category>python</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Submission for GitHub Actions x Dev Hackathon</title>
      <dc:creator>Anugya</dc:creator>
      <pubDate>Sat, 12 Sep 2020 12:56:47 +0000</pubDate>
      <link>https://dev.to/anugya/submission-for-github-actions-x-dev-hackathon-3jj</link>
      <guid>https://dev.to/anugya/submission-for-github-actions-x-dev-hackathon-3jj</guid>
      <description>&lt;p&gt;My Workflow:&lt;/p&gt;

&lt;p&gt;The name of my Github Action is Python internet search. It is a simple python program which can be used to return search results from the Google search engine, based on a particular query.&lt;/p&gt;

&lt;p&gt;Submission Category: Wacky Wildcards&lt;/p&gt;

&lt;p&gt;Link to Code: &lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Anugya-Gogoi"&gt;
        Anugya-Gogoi
      &lt;/a&gt; / &lt;a href="https://github.com/Anugya-Gogoi/Internet-Search"&gt;
        Internet-Search
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Internet search program using Python
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Internet-Search&lt;/h1&gt;
&lt;p&gt;A Python program for returning search results from Google Search based on a particular query.&lt;/p&gt;
&lt;h2&gt;
Technologies Used&lt;/h2&gt;
&lt;p&gt;Google module of Python&lt;/p&gt;
&lt;h2&gt;
How to use?&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Install the required module (google)&lt;/li&gt;
&lt;li&gt;Open the file google_search.py in your Python text editor&lt;/li&gt;
&lt;li&gt;Run the program&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
Installation of modules&lt;/h2&gt;
&lt;p&gt;Use the package manager &lt;a href="https://pip.pypa.io/en/stable/" rel="nofollow"&gt;pip&lt;/a&gt; to install the module&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;pip install google
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2&gt;
Contributing&lt;/h2&gt;
&lt;p&gt;Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.&lt;/p&gt;
&lt;h2&gt;
Usage&lt;/h2&gt;
&lt;p&gt;Can be used to develop a backend service for a desktop application or implement a web-search with Python running on the server.&lt;/p&gt;
&lt;h2&gt;
License&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/" rel="nofollow"&gt;MIT&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Anugya-Gogoi/Internet-Search"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>actionshackathon</category>
      <category>python</category>
      <category>googlesearch</category>
      <category>github</category>
    </item>
  </channel>
</rss>
