So many times, I wanted to get a instant password but all common password generators are the same. they have a list and then a random function, in which the random function might select same character
I create a tree for generating password whose selection is based on level 1 nodes of tree which is topics (Letter, Number, Symbol) This PassTree select from leaves of tree then checks if this topic is selected before or not
PasswordTree can select same topic after 0 to 2 times(when there is 3 topics), which we call it "Selection Cooldown"
You can even select which leaves you prefer to be selected by app via Settings panel
For windows 7 you have to install .Net Frameworkd 4.8 first, then install PasswordTree
For windows 10 & 11 there is no dependency for installing PasswordTree as long as they included .Net Framework 4.8