Generates Thank-You notes from information This is a very basic C# program that I made at school. It can be used for writing thank-you notes, although it it is not finished. A stable release will be posted soon.
The easiest way to use the program is to download the latest build from .
Using dotnet
(Requires Dotnet SDK)
You can build to your own liking using the dotnet
command. This offers more control than using the Makefile and
downloading a build. It is not reccomended for beginners, however.
Using make
(Requires Dotnet SDK)
The easiest way to build tymaker yourself is to use the Makefile included. Simply clone this repository, enter the
repository folder, and type in make
. A folder called publish
will be created, and the build will be there.
After running make
, you can run sudo make install
to install the build in the publish
folder to your /usr/bin
directory.
All new features are tested on Arch Linux, so no guarantees it will work anywhere else. I also cannot guarantee that it will work at all and that your PC won't explode (Thanks MIT license)