For the questions you may have about CalcMachine:
Tecelan (Portuguese for Weaver) is a Command-Line Program that manipulates strings, be it by identifying the most used words, sorting them alphabetically or decoding/encoding them into other encodings.
To Open the program, go to Tecelan/bin/Debug/net6.0
and click on CalcMachine.exe
The program guides you with descriptive text splashes since I want it to be usable even by a child, from the get-go. Future versions will have detailed text splashes for exceptions and better interface support.
By being a C# 10 Program, it requires the .NET Frameork 6 to run, download it here.
-
Tecelan can encode and decode text into three encodings: UTF-8, UTF-16 (Unicode) and ASCII.
-
Tecelan can sort a list of words (and texts) using the sorting function.
-
Tecelan can analyze texts to discover the most used words, character counting and more.
-
Tecelan is intuitive and easy to use.
-
Tecelan is Free and Open-Source.