BACK TYLEREBOWERS.COM

Manyterm

Manyterm is a PyPI package that allows a program to print to multiple terminals.
A server is used to print to client windows based on a uuid.
When a new window object is made manyterm.Terminal() the program checks to make sure that the server is running,
then assigns itself a uuid, and then the program calls itself from a new terminal using the uuid as an argument.
The new program contacts the server with its' uuid and the connection is made.

The Github repo can be found here, the PyPI package can be found here.

I originally made this program in Tkinter, however there were issues with running the mainloop in a thread.
I also wanted to call it Multiterm however that package name was already taken by a package that allows you to split a single terminal windows into multiple.