Skip to content

codespaced/calpylator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calpylator

A python calculator with gui and cli

A GUI (tkinter) calculator that (eventually) can be launched from the command line. Including an equation in the command will solve it and display the result in the GUI.

Planned Features

  • Calculator logic is an independent class that can be swapped out
  • GUI
  • CLI
  • keyboard support
  • clipboard functionality via pyperclip
  • history

Possible Future Improvements

  • additional calculator engines
  • additional interfaces
  • configurable buttons
  • configurable styles
  • configurable keyboard support
  • style configurator gui
  • random style generator
  • on change clipboard auto-process
  • regex prefilters to modify clipboard data before trying to solve
  • advanced history

About

calculator in python with gui and cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages