def display(self): """ Print the prepared data to the screen. """ if sys.platform == 'win32' and not self.force_ansi: colorama.init() print(self.display_string) colorama.deinit()