SkillAgentSearch skills...

AvaRaspberry

AvaRaspberry is cross platform desktop application which provide screen with helpful widgets.

Install / Use

/learn @boogiedk/AvaRaspberry
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AvaRaspberry

Build status License Size

Project

AvaRaspberry is cross platform desktop application which provide screen with helpful widgets.

Developed predominantly for Raspberry Pi OS (Debian based).

Overview

How it looks

AvaRaspberry provide screen with helpful widgets, for example weather, to do list, currencies etc.

The main screen looks like this:

<p align="center"> <img width="600" height="300" align="center" src="./Resources/main-window.png"> </p>

Compiling

Well, if you want just run AvaRaspberry application on your PC with Linux or Window OS, you need to download and install latest .NET Core SDK, write in console:

  1. For Linux shell:
# Linux shell.

git clone https://github.com/boogiedk/AvaRaspberry
cd ./AvaRaspberry && bash ./build.sh
  1. For Windows command line:
# Windows command line.

git clone https://github.com/boogiedk/AvaRaspberry
cd ./AvaRaspberry && powershell -ExecutionPolicy Unrestricted ./build.ps1

Automatic Deployment to your Linux PC

In order to configure automatic deployment for this application, you need to start use Github Action. Good tutorial for configure here. After this, you need to write workflow file (pipeline). For deploying application on raspberry pi OS you can use this workflow file. When you have been write file, you need to trigger your github action job. Done!

Look at example how it works on Raspberry Pi 4 (Raspberry Pi Os based on Debian):

<p align="center"> <img src="./Resources/deploy-demo.gif" width="500"> </p>

Contributing

Contributors are welcome. Please submit an issue before introducing new features, then you might create a "work in progress" (WIP) pull request to prevent other people from working on the same feature. If you are new to this project there are some entry-level issues marked with "good first issue" tag.

Technology stack

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks1

Languages

C#

Security Score

75/100

Audited on Dec 7, 2022

No findings