A GUI constracted with tkinter to automate the calculation of Combinations and Permutations.
- 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.
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