<?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: Idris Soyinka</title>
    <description>The latest articles on DEV Community by Idris Soyinka (@idris-soyinka).</description>
    <link>https://dev.to/idris-soyinka</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%2F2140848%2Fccd4cb73-7c2f-4da9-8d32-31b487bca963.png</url>
      <title>DEV Community: Idris Soyinka</title>
      <link>https://dev.to/idris-soyinka</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/idris-soyinka"/>
    <language>en</language>
    <item>
      <title>My first program</title>
      <dc:creator>Idris Soyinka</dc:creator>
      <pubDate>Wed, 19 Feb 2025 07:08:59 +0000</pubDate>
      <link>https://dev.to/idris-soyinka/my-first-program-29h2</link>
      <guid>https://dev.to/idris-soyinka/my-first-program-29h2</guid>
      <description>&lt;p&gt;My first program!&lt;br&gt;
&lt;a href="https://github.com/IdrisSoyinka/novice" rel="noopener noreferrer"&gt;https://github.com/IdrisSoyinka/novice&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;WAV to MP3 Converter&lt;br&gt;
Description&lt;br&gt;
WAV to MP3 Converter is a simple, user-friendly desktop application that allows users to convert WAV audio files to MP3 format using a drag-and-drop interface.&lt;br&gt;
Features&lt;/p&gt;

&lt;p&gt;Drag-and-drop interface for easy file selection&lt;br&gt;
Batch conversion of multiple WAV files&lt;br&gt;
Automatic saving of converted files to a dedicated folder in Downloads&lt;br&gt;
Simple and intuitive GUI&lt;/p&gt;

&lt;p&gt;Requirements&lt;/p&gt;

&lt;p&gt;Python 3.x&lt;br&gt;
tkinter&lt;br&gt;
tkinterdnd2&lt;br&gt;
pydub&lt;/p&gt;

&lt;p&gt;Installation&lt;/p&gt;

&lt;p&gt;Ensure you have Python 3.x installed on your system.&lt;br&gt;
Install the required libraries:&lt;br&gt;
Copypip install tkinterdnd2 pydub&lt;/p&gt;

&lt;p&gt;Download the script to your local machine.&lt;/p&gt;

&lt;p&gt;Usage&lt;/p&gt;

&lt;p&gt;Run the script:&lt;br&gt;
Copypython wav_to_mp3_converter.py&lt;/p&gt;

&lt;p&gt;A window will appear with the text "Drag and drop WAV files here".&lt;br&gt;
Drag and drop one or more WAV files onto this window.&lt;br&gt;
The program will convert the files and save them in the "Downloads/Converted" folder.&lt;br&gt;
Once conversion is complete, the window will display a completion message.&lt;/p&gt;

&lt;p&gt;Note&lt;/p&gt;

&lt;p&gt;The program only converts WAV files. Other file types will be ignored.&lt;br&gt;
Converted files are saved in the "Downloads/Converted" folder with the same name as the original file, but with a .mp3 extension.&lt;/p&gt;

&lt;p&gt;Error Handling&lt;/p&gt;

&lt;p&gt;If no WAV files are dropped, the program will display a message asking the user to try again.&lt;br&gt;
Any errors during conversion will be printed to the console.&lt;/p&gt;

&lt;p&gt;About:&lt;br&gt;
Idris Soyinka, Programming for lawyers class project&lt;/p&gt;

</description>
    </item>
    <item>
      <title>My first program!</title>
      <dc:creator>Idris Soyinka</dc:creator>
      <pubDate>Sun, 29 Sep 2024 03:01:08 +0000</pubDate>
      <link>https://dev.to/idris-soyinka/my-first-program-516c</link>
      <guid>https://dev.to/idris-soyinka/my-first-program-516c</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/IdrisSoyinka/novice" rel="noopener noreferrer"&gt;https://github.com/IdrisSoyinka/novice&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/IdrisSoyinka/novice" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;br&gt;
WAV to MP3 Converter&lt;br&gt;
Description&lt;br&gt;
WAV to MP3 Converter is a simple, user-friendly desktop application that allows users to convert WAV audio files to MP3 format using a drag-and-drop interface.&lt;br&gt;
Features&lt;/p&gt;

&lt;p&gt;Drag-and-drop interface for easy file selection&lt;br&gt;
Batch conversion of multiple WAV files&lt;br&gt;
Automatic saving of converted files to a dedicated folder in Downloads&lt;br&gt;
Simple and intuitive GUI&lt;/p&gt;

&lt;p&gt;Requirements&lt;/p&gt;

&lt;p&gt;Python 3.x&lt;br&gt;
tkinter&lt;br&gt;
tkinterdnd2&lt;br&gt;
pydub&lt;/p&gt;

&lt;p&gt;Installation&lt;/p&gt;

&lt;p&gt;Ensure you have Python 3.x installed on your system.&lt;br&gt;
Install the required libraries:&lt;br&gt;
Copypip install tkinterdnd2 pydub&lt;/p&gt;

&lt;p&gt;Download the script to your local machine.&lt;/p&gt;

&lt;p&gt;Usage&lt;/p&gt;

&lt;p&gt;Run the script:&lt;br&gt;
Copypython wav_to_mp3_converter.py&lt;/p&gt;

&lt;p&gt;A window will appear with the text "Drag and drop WAV files here".&lt;br&gt;
Drag and drop one or more WAV files onto this window.&lt;br&gt;
The program will convert the files and save them in the "Downloads/Converted" folder.&lt;br&gt;
Once conversion is complete, the window will display a completion message.&lt;/p&gt;

&lt;p&gt;Note&lt;/p&gt;

&lt;p&gt;The program only converts WAV files. Other file types will be ignored.&lt;br&gt;
Converted files are saved in the "Downloads/Converted" folder with the same name as the original file, but with a .mp3 extension.&lt;/p&gt;

&lt;p&gt;Error Handling&lt;/p&gt;

&lt;p&gt;If no WAV files are dropped, the program will display a message asking the user to try again.&lt;br&gt;
Any errors during conversion will be printed to the console.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
