<?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: toxi360</title>
    <description>The latest articles on Forem by toxi360 (@efeckc17).</description>
    <link>https://forem.com/efeckc17</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%2F3063590%2F2d039aac-5db1-46d1-ba86-5a797a17e122.png</url>
      <title>Forem: toxi360</title>
      <link>https://forem.com/efeckc17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/efeckc17"/>
    <language>en</language>
    <item>
      <title>I developed a todo GUI using only C and the Win32 API. I'm open to suggestions and contributions.</title>
      <dc:creator>toxi360</dc:creator>
      <pubDate>Mon, 26 May 2025 21:44:22 +0000</pubDate>
      <link>https://forem.com/efeckc17/i-developed-a-todo-gui-using-only-c-and-the-win32-api-im-open-to-suggestions-and-contributions-1lia</link>
      <guid>https://forem.com/efeckc17/i-developed-a-todo-gui-using-only-c-and-the-win32-api-im-open-to-suggestions-and-contributions-1lia</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpzfdsgop291c99ow5wip.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpzfdsgop291c99ow5wip.png" alt="Image description" width="786" height="551"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Efeckc17/simple-todo-c" rel="noopener noreferrer"&gt;https://github.com/Efeckc17/simple-todo-c&lt;/a&gt;&lt;/p&gt;

</description>
      <category>c</category>
      <category>programming</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>GOSync – My open-source SSH file sync app with tray &amp; encryption</title>
      <dc:creator>toxi360</dc:creator>
      <pubDate>Wed, 21 May 2025 18:30:33 +0000</pubDate>
      <link>https://forem.com/efeckc17/gosync-my-open-source-ssh-file-sync-app-with-tray-encryption-1kb0</link>
      <guid>https://forem.com/efeckc17/gosync-my-open-source-ssh-file-sync-app-with-tray-encryption-1kb0</guid>
      <description>&lt;p&gt;Hey folks! 👋&lt;/p&gt;

&lt;p&gt;I recently built &lt;strong&gt;GOSync&lt;/strong&gt;, a lightweight desktop application that securely syncs files over SSH.&lt;br&gt;&lt;br&gt;
It supports both password and key authentication, has a real GUI (PySide6), and even runs silently in the system tray.&lt;/p&gt;

&lt;p&gt;No cloud. No telemetry. Just your files — synchronized your way.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqntaal43dnc1qcf2xb2z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqntaal43dnc1qcf2xb2z.png" alt="gosync" width="800" height="584"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🔑 Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;✅ SSH-based authentication (key or password)&lt;/li&gt;
&lt;li&gt;🖥️ GUI built with PySide6 (Qt for Python)&lt;/li&gt;
&lt;li&gt;🔒 Encrypted settings saved locally&lt;/li&gt;
&lt;li&gt;🔁 Auto and manual sync options&lt;/li&gt;
&lt;li&gt;📥 File upload/download over SCP&lt;/li&gt;
&lt;li&gt;📂 Two-panel file view (local and remote)&lt;/li&gt;
&lt;li&gt;🛠️ Tray support with quick actions&lt;/li&gt;
&lt;li&gt;🧪 Cross-platform builds: Windows (.zip) and Linux (.AppImage)&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  📦 Install &amp;amp; Use
&lt;/h3&gt;

&lt;p&gt;You can grab the latest release here:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/Efeckc17/GoSync" rel="noopener noreferrer"&gt;GitHub – GOSync&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No installer required — just extract and run.&lt;br&gt;&lt;br&gt;
Python source is also available if you'd like to run it manually or contribute.&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
pip install -r requirements.txt
python main.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>YouTubeGO v4.4.11 — Cross-Platform YouTube Downloader (Open-Source, GUI, PyQt5)</title>
      <dc:creator>toxi360</dc:creator>
      <pubDate>Thu, 08 May 2025 20:26:11 +0000</pubDate>
      <link>https://forem.com/efeckc17/youtubego-v4411-cross-platform-youtube-downloader-open-source-gui-pyqt5-n6l</link>
      <guid>https://forem.com/efeckc17/youtubego-v4411-cross-platform-youtube-downloader-open-source-gui-pyqt5-n6l</guid>
      <description>&lt;p&gt;After months of development and feedback, I'm proud to release YouTubeGO v4.4.11, a clean, cross-platform YouTube downloader built with Python &amp;amp; PyQt5.&lt;br&gt;
It runs on Windows, Linux, and macOS, and includes:&lt;/p&gt;

&lt;p&gt;Full GUI&lt;/p&gt;

&lt;p&gt;Tray support&lt;/p&gt;

&lt;p&gt;Scheduled downloads&lt;/p&gt;

&lt;p&gt;Profile import/export&lt;/p&gt;

&lt;p&gt;🔑 Key Features:&lt;/p&gt;

&lt;p&gt;✅ Modern PyQt5 GUI (no terminal needed)&lt;/p&gt;

&lt;p&gt;🎧 MP3 &amp;amp; MP4 support via yt-dlp&lt;/p&gt;

&lt;p&gt;🗂 Playlist downloading&lt;/p&gt;

&lt;p&gt;⏰ Schedule video/audio downloads&lt;/p&gt;

&lt;p&gt;🧠 Profile system with export/import (settings, history, avatar)&lt;/p&gt;

&lt;p&gt;📊 Built-in history management with search and export&lt;/p&gt;

&lt;p&gt;🧪 30+ Pytest tests, GitHub Actions CI&lt;/p&gt;

&lt;p&gt;💡 Lightweight and fast, no background telemetry&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4keyobb5h53mvy8s2hkq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4keyobb5h53mvy8s2hkq.png" alt="Image description" width="800" height="522"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 Download and Source:&lt;/p&gt;

&lt;p&gt;🌐 Official Website: &lt;a href="https://youtubego.org" rel="noopener noreferrer"&gt;https://youtubego.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 GitHub: &lt;a href="https://github.com/Efeckc17/YoutubeGO" rel="noopener noreferrer"&gt;https://github.com/Efeckc17/YoutubeGO&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📥 Downloads: Available for Windows (.exe), Linux (.AppImage), and macOS (.zip)&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>desktopapp</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
