Raspberry Pi

  • Running TensorFlow Lite on Raspberry Pi for Object Detection: A Step-by-Step Guide

    Running TensorFlow Lite on Raspberry Pi for Object Detection: A Step-by-Step Guide

    TensorFlow Lite is a lightweight version of the popular machine learning framework TensorFlow, optimized for running on resource-constrained devices such…

  • Solving Counter and Dial Logic Puzzles in an Escape Room using Raspberry Pi and PySimpleGUI

    Solving Counter and Dial Logic Puzzles in an Escape Room using Raspberry Pi and PySimpleGUI

    In this tutorial, we will create an escape room puzzle using counter/dial logic on a Raspberry Pi with PySimpleGUI. The…

  • Creating a Fullscreen Raspberry Pi GUI (HMI) with PySimpleGUI

    Creating a Fullscreen Raspberry Pi GUI (HMI) with PySimpleGUI

    In this tutorial, we will guide you step by step in creating a fullscreen Raspberry Pi GUI (HMI) using PySimpleGUI….

  • Creating a backup app with Kivy in Python (Distribution Available)

    Creating a backup app with Kivy in Python (Distribution Available)

    <!DOCTYPE html> Pythonでスマホアプリ: kivyでバックアップアプリ作ってみた (配布有) Pythonでスマホアプリ: kivyでバックアップアプリ作ってみた (配布有) 今回はPythonとkivyを使用して、スマホアプリのバックアップアプリを作成してみましょう。このアプリはファイルやデータを簡単にバックアップできる便利なツールです。配布も可能ですので、他のユーザーにも共有することができます。 必要なもの Pythonのインストール kivyライブラリのインストール スマートフォンまたはエミュレーター 手順 1. Pythonとkivyのインストール Pythonとkivyをインストールします。Pythonの公式サイトから最新のバージョンをダウンロードし、インストールします。次に、kivyライブラリをpipコマンドでインストールします。 “` pip install…

  • Using Python/PyQt5 to create a GUI for controlling the Raspberry Pi Camera with Picamera2 (Open Preview in another window)

    Using Python/PyQt5 to create a GUI for controlling the Raspberry Pi Camera with Picamera2 (Open Preview in another window)

    Control Raspberry Pi Camera with GUI How to Control Raspberry Pi Camera with GUI Using Python/PyQt5/Picamera2 Raspberry Pi cameras are…

  • Unboxing and Initial Impressions of the Wimaxit Raspberry Pi Touchscreen (M1012)

    Unboxing and Initial Impressions of the Wimaxit Raspberry Pi Touchscreen (M1012)

    Wimaxit Raspberry Pi Touchscreen (M1012) – Unboxing and First Look Wimaxit Raspberry Pi Touchscreen (M1012) – Unboxing and First Look…

  • Flask_sqlalchemy Part-b: Creating a New Table with db.create_all() | yangi jadvalni joylashtirish. @basomiddin

    Flask_sqlalchemy Part-b: Creating a New Table with db.create_all() | yangi jadvalni joylashtirish. @basomiddin

    Flask_sqlalchemy Part-b #flask #10 Flask_sqlalchemy Part-b Flask_sqlalchemy is a popular extension for Flask that adds support for SQLAlchemy, a powerful…

  • Testing Kivy Custom Widget for LED Use

    Testing Kivy Custom Widget for LED Use

    測試可當LED使用的Kivy Custom Widget 測試可當LED使用的Kivy Custom Widget 在Kivy應用程式開發中,我們可以使用自訂的Widget來自定義應用程式的外觀和功能。今天我們將介紹一個可以當LED使用的自訂Widget。 LED燈通常用於顯示裝置的狀態或提示用戶。透過Kivy的自訂Widget,我們可以輕鬆地創建一個模擬LED燈的選取器。 以下是一個基本的HTML代碼片段,展示了如何創建一個LED自訂Widget: <!DOCTYPE html> <html> <head> <title>LED Widget</title> <style> .led { background-color: grey;…

  • Using custom fonts in Kivy

    Using custom fonts in Kivy

    在 Kivy 中使用自訂字體 在 Kivy 中使用自訂字體 Kivy 是一個用於建立跨平台應用程式的 Python 框架。通常情況下,Kivy 提供一些預設的字體供開發者使用。然而,有時候開發者可能想要使用自訂的字體來個性化他們的應用程式。下面我們將介紹在 Kivy 中如何使用自訂字體。 首先,開發者需要確保已經將想要使用的字體文件包含在項目中。通常情況下,字體文件應該放在項目的資源目錄中。 接下來,開發者需要在 Kivy 應用程式的主文件(通常為 main.py)中指定自訂字體。在主文件中加入以下代碼: from kivy.core.text…

  • Creating a Paint Program using ChatGPT in Thonny / Python

    Creating a Paint Program using ChatGPT in Thonny / Python

    ChatGPT Makes Paint program in Thonny / Python ChatGPT Makes Paint program in Thonny / Python Chatbot technology has rapidly…