aboutsummaryrefslogtreecommitdiff
path: root/test.py
blob: 380a5bbf2078f26f1ceae7ad3d5f40737c855c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/env python

import pyfarbpracht

def test():
    ret = pyfarbpracht.printc('green', 'green test with newline', enable_color=True)
    print(ret)
    ret = pyfarbpracht.printc('cyan', 'cyan but enable_color=False', enable_color=False)
    print(ret)
    ret = pyfarbpracht.printc('magenta', 'magenta no newline', enable_color=True, no_newline=True)
    print(ret)
    print(ret)

    print('')
    print('')

    print(pyfarbpracht.colored('green', 'print(colored(... test in green'))
    print(pyfarbpracht.colored( \
            'green', 'print(colored(... test in green no newline'), end='')



if __name__ == '__main__':
    test()
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa