Skip to content

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

Notifications You must be signed in to change notification settings

ReaKal/Combinations-and-Permutations-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages