KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
libcolors
★ 11
Open GitHub ↗
Small script for using bash colors
Download README (.md)
Explore Similar Repositories
Micro-Operating-System
:
My try to make a simple, clean, understandable (embedded) operating system
cainteoir-gtk
:
Gtk+ graphical front-end for Cainteoir Text-to-Speech
XaavQueueBundle
:
Job Queue for Symfony2.
silex-buzz-extension
:
WARNING, NOT TESTED ;)
html5-file-drag-and-drop
:
A simple example of how to implement Drag and Drop for files
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
libcolors
?
Download (.md)
libcolors.py ==================== This small script allows to use bash colors. <img src="http://dl.dropbox.com/u/8748250/libcolors_screen.png"> Usage --------------------- <pre> from libcolors import color s1 = color("red &black bold underline") s2 = color() # Restore default color print s1 + "Red on black, bold and underlined" + s2 </pre> <b>Available colors and background colors:</b> black, white, red, green, blue, yellow, purple, cyan <b>Available colors and background colors:</b> regular, bold (light), underline, strike, dark, invert About --------------------- Author: hellman ( hellman1908@gmail.com ) License: GNU General Public License v2 (http://opensource.org/licenses/gpl-2.0.php)