A python script for generating a counterstring of specified length and copying to the clipboard.
A counter string is a text string of easily identifiable length due to the formatting of the string. It is useful in software testing for checking maximum field lengths.
This console app produces strings in the form *3*5*7*9*12*
The string is of the specified length and each number indicates the position in the string of the following *