Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Calculator

a calculator written in python supporting binary,hexal,octal

Documentation


Calculator

Enter the input in the input box. supported operations are addition, subtraction, multiplication, division, and exponents. brackets are supported. bin,hex,oct convertions are supported by using the following prefixes:

  • 0b -> binary
  • 0x -> hexadecimal
  • 0o -> octal

Choose an output format from the combobox in the gui to output in bin,hex,oct, or decimal.

Minterm solver

Enter minterms in the input box separated by commas ex: 0,2,5,8,11,14. choose number of variables from the combo box.

Requirements

The only requirement is Pyside6

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages