<?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: Marius Laruelle</title>
    <description>The latest articles on DEV Community by Marius Laruelle (@eclipse7).</description>
    <link>https://dev.to/eclipse7</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%2F3971935%2Ff25e2b4c-7d48-4a00-b10e-9b46e9744c2c.png</url>
      <title>DEV Community: Marius Laruelle</title>
      <link>https://dev.to/eclipse7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eclipse7"/>
    <language>en</language>
    <item>
      <title>My first Python desktop app: a simple book manager.</title>
      <dc:creator>Marius Laruelle</dc:creator>
      <pubDate>Sun, 07 Jun 2026 00:34:59 +0000</pubDate>
      <link>https://dev.to/eclipse7/my-first-python-desktop-app-a-simple-book-manager-17id</link>
      <guid>https://dev.to/eclipse7/my-first-python-desktop-app-a-simple-book-manager-17id</guid>
      <description>&lt;p&gt;Desktop Book Manager in Python (Tkinter + SQLite)&lt;/p&gt;

&lt;p&gt;I built a simple desktop application for managing a personal book collection using Python. The project focuses on basic CRUD functionality, local storage, and a clean GUI.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/laruellemarius/book-manager-desktop" rel="noopener noreferrer"&gt;https://github.com/laruellemarius/book-manager-desktop&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What the project does&lt;/p&gt;

&lt;p&gt;The application allows you to manage a local library of books with the following features:&lt;/p&gt;

&lt;p&gt;Add, edit, and delete books&lt;br&gt;
Track reading status&lt;br&gt;
Mark favorites&lt;br&gt;
Search and sort entries&lt;br&gt;
Dark mode toggle&lt;br&gt;
Export and restore data&lt;br&gt;
Undo recent changes&lt;/p&gt;

&lt;p&gt;All data is stored locally using SQLite.&lt;/p&gt;

&lt;p&gt;Technologies used&lt;br&gt;
Python&lt;br&gt;
Tkinter (GUI)&lt;br&gt;
SQLite (database)&lt;br&gt;
PyInstaller (executable build)&lt;br&gt;
Purpose&lt;/p&gt;

&lt;p&gt;This project was built as a learning exercise to practice:&lt;/p&gt;

&lt;p&gt;GUI development in Python&lt;br&gt;
Working with SQLite databases&lt;br&gt;
Structuring a small desktop application&lt;br&gt;
Packaging Python apps into executables&lt;br&gt;
Notes&lt;/p&gt;

&lt;p&gt;The application runs offline and stores all data locally in a single SQLite file.&lt;/p&gt;

&lt;p&gt;Repository&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/laruellemarius/book-manager-desktop" rel="noopener noreferrer"&gt;https://github.com/laruellemarius/book-manager-desktop&lt;/a&gt;&lt;/p&gt;

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