Skip to content

Program for Analyzing, Sorting, Encoding and Decoding Strings.

Notifications You must be signed in to change notification settings

NuloSois/Tecelan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

TECELAN

For the questions you may have about CalcMachine:

WHAT Is Tecelan

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.

HOW To Use Tecelan

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.

WHY should I use Tecelan

  • 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.