title

package module
v0.0.0-...-736bf0f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2022 License: MIT Imports: 19 Imported by: 1

README

Title


Use this library to print a well formated title in go with ASCII art and random color

Use

For use it in code like this :

package main

import (
    "gitea.s1.thoxy.xyz/thoxy/title"
)

func init() {
    title.PrintTitle("TITLE", ...) // You can set more than one string all the string after would be printed with println
}

func main() {
    // code ...
}

Or to print with special theme:

title.PrintTitleTheme("THEME", "TITLE", ...)

Themes

You can use RANDOM as theme name for randomize the theme used

ANSIShadow

/img/ANSIShadow.png

3D

/img/3D.png

DOSRebel

/img/DOSRebel.png

Abraxas

/img/Abraxas.png

Block

/img/Block.png

Maxiwi

/img/Maxiwi.png

Lean

/img/Lean.png

Catwalk

/img/Catwalk.png

Bloody

/img/Bloody.png

BIGMoneyNE

/img/BIGMoneyNE.png

BIGMoneyNW

/img/BIGMoneyNW.png

BIGMoneySE

/img/BIGMoneySE.png

BIGMoneySW

/img/BIGMoneySW.png

Bright

/img/Bright.png

Poison

/img/Poison.png

SBlood

/img/SBlood.png

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintTitle

func PrintTitle(theme string, title ...string)

PrintTitle = print beautiful colored ANSI title

func PrintTitleTheme

func PrintTitleTheme(theme string, title ...string)

PrintTitle = print beautiful colored ANSI title

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL