Skip to content

Simple Terminal Color library for Pashmak programming language

License

Notifications You must be signed in to change notification settings

sami2020pro/polor-pashm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polor pashm

polor pashm is an ANSI color library for Pashmak programming language

Installation

To install this library via the Parham package manager:

$ parham install gh:sami2020pro/polor-pashm

preview

Version 1

import 'polor.pashm'

use polor

println $FgBlue + 'Pashmak'
println $BgHiGreen + $FgHiBlack + 'programming' + $Reset
println $Bold + 'language'

Version 2

import 'polor.pashm'

use polor

println $ftc->Blue + 'Pashmak'
println $bhitc->HiGreen + $fhitc->HiBlack + 'programming' + $ba->Reset
println $ba->Bold + 'language'

In the new update, Pashmak Class were added and we also updated this library.

Warning: Note that in the new version of this library, the speed has dropped very slowly

Output both codes

polor is a simple Terminal Color library for Pashmak programming language

Wiki

For more examples click here