This repository contains the source code for the Prompt-o-mat, as seen at events such as SETT Mechelen 2025, and more.
You can find pre-build binaries in the latest release.
To install the app on your computer:
- download the latest release
- unzip and open the folder, then open the
Package_1.0.0.0_Test
folder
First off, you have to install the certificate on your machine:
- right-click the
Package_1.0.0.0_x86.msixbundle
file and click "properties" - go to the "Digital Signatures" tab
- select "Prompt-o-mat" and click "Details"
- click "View certificate"
- click "Install certificate"
- select "Local machine" and click "next". If an administrator prompt pops up, click "yes"
- select "Place all certificates under the following store" and select "Trusted people"
- select "Next" and then "Finish"
Now that the certificate is installed, you can install the Prompt-o-mat by double-clicking the Package_1.0.0.0_x86.msixbundle
file and clicking "install"
Once this is finished, you can open the app called "Prompt-o-mat" on your computer.
In order to generate artifacts for this program, you'll need a Code Signing certificate. One can easily be created with the GenerateCertificate.ps1
PowerShell script.
Run it in the root of this codebase, and update the Package.appxmanifest
file to point to the newly generated certificate.
To build and run this program, open the solution in Visual Studio.
Make sure the Package
project is set as startup project, and that you select x64
as architecture.
Then just hit "F5" to build and run the program.
Please note:
Edu-Tech does not provide any support for this project.
To create a new release with the proper binaries attached, simply push a new tag with the following format: v[year].[release nr]
- e.g.: v2025.1
.
The GitHub Actions will do the rest.