AsciiSign 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AsciiSign --version 2.0.1
                    
NuGet\Install-Package AsciiSign -Version 2.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AsciiSign" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AsciiSign" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AsciiSign" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AsciiSign --version 2.0.1
                    
#r "nuget: AsciiSign, 2.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AsciiSign@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AsciiSign&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AsciiSign&version=2.0.1
                    
Install as a Cake Tool

✨ Ascii Sign ✨

Static Badge Downloads NuGet Version .Net C# License: LGPLv3

Transform plain text into console art with this lightweight and powerful .NET library.

AsciiSign lets you render magnificent text directly in your terminal, using carefully designed pixel-matrix fonts. It's perfect for adding a special touch to welcome screens, banners, logs, or any console application that deserves a bit more style.

🌟 NEW in v2.0: The TuringFont and the ShadedFont 🌟

Inspired by the aesthetics of old-school computers and the work of the genius Alan Turing, the TuringFont offers a unique, filled, and bold look for your creations.

And don't worry, the classic ShadedFont (hollow) is still here for those who love the traditional style!

πŸ“Έ Examples

Font Examples

❀️ Like this Project?

If AsciiSign added a little sparkle to your console and you felt happy using it, how about sharing that happiness with a coffee? Your contribution helps keep the flame of creativity burning for new features and projects!

Friendly note: The platform suggests some values, but you have complete freedom to enter any amount you wish in the field next to it, starting from $1. Any coffee, is a huge gesture and makes me incredibly grateful!

Buy Me A Coffee

✨ Features

  • Four Awesome Fonts: Choose between the classic ShadedFont (hollow), the new and robust TuringFont (filled), BasicFont (simple), and InvertedBasicFont (inverted).
  • Zero Dependencies: Lightweight and simple, built with pure .NET for maximum compatibility.
  • Fluent and Simple API: Create your art with a single, intuitive method call.
  • Open Source, Protected: Licensed under LGPLv3, ensuring the project remains free while protecting the author's work.

🎨 How to Use

Using AsciiSign is incredibly simple and fun.

  1. Install the package from NuGet.

Run the following command in your terminal:

  dotnet add package AsciiSign
  1. Call the drawing methods:

Use the following code snippets in your C# project to see the magic happen:


  using AsciiSign;

  // Using the Basic Font
  Sign.DrawBasicFont("Hello World!", isInvertedSign: false); // Basic Font

  Console.WriteLine("\n\n"); // Just to add some space

  // Using the Inverted Basic Font
  Sign.DrawBasicFont("Hello World!", isInvertedSign: true); // Inverted Basic Font

  // Using the new and awesome Turing Font!
  Sign.DrawTuringFont("Hello Turing");

  Console.WriteLine("\n\n"); // Just to add some space

  // Using the classic Shaded Font
  Sign.DrawShadedFont("Shaded Style");

  1. Admire the result: Your console will never be the same!

    Font Examples

🀝 How to Contribute

This is a project born from curiosity and a love for creative programming. If you have ideas for optimizations or features, your contribution is more than welcome!

  1. Fork this repository.
  2. Create a new Branch (git checkout -b feature/your-amazing-feature).
  3. Commit your changes (git commit -m 'Add new feature...').
  4. Push to the Branch (git push origin feature/your-amazing-feature).
  5. Open a Pull Request.

πŸ“œ License

This project is distributed under the LGPLv3 license. See the LICENSE file for more details.


Created with β˜• and a whole lot of code by YalΓͺ Ericssen (@ericssendelima).

Buy Me A Coffee

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2 233 11/10/2025
2.0.1 226 11/10/2025
2.0.0 224 11/10/2025
1.1.0 262 9/15/2025
1.0.0 176 9/9/2025