Le Mot: Solveur

I created a small utility to help solve Le Mot (source), a game using the same concept as Wordle, but in French, created by @louanben.

The utility allows filtering a list of words through exact letters, potential letters, and non-present letters. Find Le mot: Solveur directly on my site.

Le mot: Solveur

Categories: Le Mot Wordle  Tags: Le Mot Wordle .Net Core Blazor GitHub 

Mattermost Stream Deck plugin

Mattermost In my previous article (In French only), I discussed how to create a C# plugin for Stream Deck. Here I present a plugin for Stream Deck for Mattermost developed in C# and .Net 6.

The project is separated in two parts:

  1. A client for Mattermost: Allows connection to Mattermost server and provides objects for interaction with it.
  2. A Stream Deck plugin: Actions for Stream Deck, deployed in the Elgato store.

Currently, the plugin only contains one action:

[Read More]