Skip to content

mahmoudredash/RbColor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RbColor

How To Use Library RbColor

  • Install Library And Add Of Dir Project
  • Work require To Library
  require_relative 'RbColor'

Example

require_relative 'RbColor'

@username = "aymanmalaiwah".green # Output =  text Color Greeen
@username = "aymanmalaiwah".red # Output   =  text Color red
@username = "aymanmalaiwah".black # Output =  text Color black

@username = "aymanmalaiwah".bg_green # Output =  Background Color Greeen
@username = "aymanmalaiwah".bg_red # Output   =  Background Color red
@username = "aymanmalaiwah".bg_black # Output =  Background Color black

@username = "aymanmalaiwah".text_bold # Output =  Text Bold
@username = "aymanmalaiwah".text_underline # Output =  Text underline

Note

Exist Function showColor() Used Of Show All Name Function Color

About

Edit Text And Background Color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%