Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

kaldaf/PythonCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python calculator

Amateur code :)

Included libs:

  • os
  • time
  • math
  • json

Install python and run the file using the command:

python3 calculator.py

Functions

  • Calculator

    • Adding "+"
    • Subtraction "-"
    • Multiplication "*"
    • Division "/"
    • Multiplication "**"
    • Subtraction "//"
    • Nulling the result "null"
  • Hidden

    • "log" (displaying everything the user has typed)
    • "export" (export data to HTML and JSON)
    • "clear" (clear everything rendered in the terminal)
    • "help" or "?" (show help)
    • "quit" or "exit" (exit the application)

Releases

No releases published

Packages

No packages published

Languages