Skip to content

Sergeo-sel/Simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

Introduction

The calculator is an online project for calculating using simple iperators

How to use it

The main functions supported by the calculator:

  • converting numbers to/from the different bases/alphabets: Base-2, Base-10, Base-12. Imlemented using bases.py library
  • addition of numbers
  • subtracting numbers
  • multiplication of numbers
  • division of numbers

All the information are stored on python and the system only uses python libraries making really easy to install and update.

Files/Folders

  • All the engine is stored in the Calculator folder
  • main.py : main index for production
  • Project uses bases.py library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages