Tag

desktop-pet

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 9, 2025 · Fundamentals

Create a Cute Slime Desktop Pet with Python – Step‑by‑Step Guide

This tutorial explains how to set up, customize, and package a playful slime desktop pet written in Python, covering required dependencies, command‑line installation, configuration options, and creating a standalone executable for easy distribution.

Pythondesktop-petpyinstaller
0 likes · 4 min read
Create a Cute Slime Desktop Pet with Python – Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Mar 30, 2025 · Fundamentals

Creating a Desktop Pet with Python and PyQt5: Materials, Implementation Code, and Packaging Guide

This article explains how to gather GIF assets, write a PyQt5 desktop‑pet application in Python—including directory layout, window initialization, tray integration, random positioning, mouse interaction, and context menus—and finally package the program into an executable using PyInstaller.

GUIPyQt5desktop-pet
0 likes · 19 min read
Creating a Desktop Pet with Python and PyQt5: Materials, Implementation Code, and Packaging Guide
Python Programming Learning Circle
Python Programming Learning Circle
Aug 29, 2024 · Fundamentals

Creating a Desktop Pet with Python and PyQt5: Full Source Code and Packaging Guide

This article explains how to build a desktop pet application using Python and PyQt5, covering required GIF assets, multiple methods for creating or sourcing those GIFs, the project directory layout, detailed source code walkthrough, and steps to package the app with PyInstaller.

GIF AnimationGUIPyQt5
0 likes · 19 min read
Creating a Desktop Pet with Python and PyQt5: Full Source Code and Packaging Guide
Python Programming Learning Circle
Python Programming Learning Circle
May 28, 2022 · Frontend Development

Creating a Desktop Pet with Python and PyQt5: Full Guide and Source Code

This tutorial walks through building a Windows desktop pet using Python and PyQt5, covering asset preparation, GIF creation methods, project structure, detailed source code explanation, interactive features, and packaging the application with PyInstaller.

GIF AnimationGUIPyQt5
0 likes · 17 min read
Creating a Desktop Pet with Python and PyQt5: Full Guide and Source Code