Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lines GitHub release (latest by date)

DupIO

A simple way to duplicate stdout and stderr to a file while still displaying it during the process

Installation

pip install https://github.com/Noizrom/DupIO/archive/refs/tags/duplicate_io-v0.3.0.tar.gz

Usage

Importing

from duplicate_io import Forkstdout , Forkstderr

Initializing

Forkstdout("file-to-fork-stdout.txt" , "a+")
Forkstderr("file-to-fork-stderr.txt" , "a+")

About

python simple duplicator of stderr or stdout to a file

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages