nqviz nqviz is a tool to visualize the n-queen problem. Random column sequence. Installation Use the package manager pip to install nqviz. $ pip install nqviz Usage from nqviz import Nqueen Nqueen(6) # run n-queen on a 6*6 chessboard 6-queen License MIT