Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed May 17, 2024
1 parent 8bfdf87 commit 7062975
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
[![Coverage](https://coveralls.io/repos/github/stephane-caron/valmix/badge.svg?branch=main)](https://coveralls.io/github/stephane-caron/valmix?branch=main)
[![PyPI version](https://img.shields.io/pypi/v/valmix)](https://pypi.org/project/valmix/)

Adjust program parameters in real time from the terminal.

Valmix gives a systematic way to tune Python program parameters from your terminal (similar to ``alsamixer`` for Linux users familiar with it). Wrap your parameters in ``multiprocessing`` values, pass them to both your program and ``valmix.run()``, and a terminal user interface will appear 🪔 allowing you to modify parameters in real time while your program is running.
Valmix ("value mixer") gives a systematic way to tune Python program parameters from your terminal (similar to ``alsamixer`` for Linux users familiar with it). Wrap your parameters in ``multiprocessing`` values, pass them to both your program and ``valmix.run()``, and a terminal user interface will appear 🪔 allowing you to modify parameters in real time while your program is running.

Code is shorter than words in [Usage](#usage) below :wink:

Expand Down

0 comments on commit 7062975

Please sign in to comment.