Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 440 Bytes

File metadata and controls

25 lines (18 loc) · 440 Bytes

Table Pairings Generator

This Python application generates random pairs from a list of names and visualizes them in a table using Tkinter and Matplotlib.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Python 3.x
  • Tkinter
  • Matplotlib
  • Pandas
  • Pillow (PIL)
  • TkinterDnD

Installation

pip install tk
pip install matplotlib
pip install pandas
pip install Pillow
pip install tkintertd