File Manager

Current Path : /proc/3848981/cwd/usr/share/doc/python3-colorama/examples/
Upload File :
Current File : //proc/3848981/cwd/usr/share/doc/python3-colorama/examples/demo08.py

from __future__ import print_function
import fixpath
from colorama import colorama_text, Fore


def main():
    """automatically reset stdout"""
    with colorama_text():
        print(Fore.GREEN + 'text is green')
        print(Fore.RESET + 'text is back to normal')

    print('text is back to stdout')

if __name__ == '__main__':
    main()

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com