def roll_dice_window(): global window window = tk.Toplevel() window.geometry("500x360") window.title("Dice Roll") window.iconbitmap(r"C:\Users\Sharmila\Downloads\cat ...
A simple Python mini-project that simulates rolling dice. The program uses ASCII art to visually display dice faces (1–6) in the terminal, making the experience interactive and fun. Roll 1 or 2 dice ...