Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 766 Bytes

File metadata and controls

42 lines (24 loc) · 766 Bytes

Combinations and Permutations Calculator

A GUI constracted with tkinter to automate the calculation of Combinations and Permutations.

Features

  • Two entries for the size of the initial set and the size of the subsets we want to create
  • Two Radio Buttons for choosing between Combinations and Permutatitions
  • A Button for calculating the result and a Text to present it.
  • A Button for saving the result into .XLSX file.

Run Locally

Clone the project

  git clone https://github.com/ReaKal/Combinations-and-Permutations-Calculator.git

Go to the project directory

  cd Combinations-and-Permutations-Calculator/

Install dependencies

  pip install -r requirements.txt

Run

  python window.py