Change colors to putty sessions or export a theme to the clipboard in json for Visual Studio Code.
It is possible to use the command line tool, example:
py.exe -m puttier.noguior the GUI:
py.exe -m puttierput Below a screenshot of the UI
Note: the terminal displayed in the UI is a reproduction.
Donwload release 1.0 from https://github.com/anonimoanemico/puttier/archive/refs/tags/v.1.0.0.zip
Unzip in a folder
Select file name gui.py
Right click to open with Python3

Otherwise you can build the egg package and run the executable, with the following steps:
If you don't have build
py -m pip install buildgit clone https://github.com/anonimoanemico/puttier.git
cd puttier
py -m buildUsing pip3 or another pip version
py -m pip install .\dist\puttier-0.0.4-py3-none-any.whlIf your PATH variable contains the path to your Python script folder than you can simply execute:
puttierOtherwise locate where Scripts are installed (normally in Scripts folder inside your local Python install dir) and do:
cd C:\Users\MYUSER\AppData\Local\Programs\Python\Python39\Scripts
puttierColor schemas are kindly provided:
- mbadolato project: https://github.com/mbadolato repository https://github.com/mbadolato/iTerm2-Color-Schemes
- jacektrocinski https://github.com/jacektrocinski repository https://github.com/jacektrocinski/pretty-putty
- teeli https://github.com/teeli repository https://raw.githubusercontent.com/teeli/dracula-putty
Thanks all contributors for sharing those files!
