Skip to content
/ pc Public

python calculator purely aesthetic. probably pretty glitchy. sorry in advance.

License

Notifications You must be signed in to change notification settings

dixler/pc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC(python calculator)

I made an interactive calculator for command line that formats the equation nicely.

It's pretty much a frontend to the python interpreter for mathematical purposes.

It was a pain to figure out and likely has some glitches that I'll need to resolve, but I'm happy that I finally made it after the struggle.

The name is a pun on the CLI calculator bc and is pretty basic. I literally use python's eval to do the math because I don't want to deal with precedence rules for my parser that I noticed are pretty glitchy. Like I said, it uses eval making it pretty blatantly insecure and kinda dangerous and that's mostly why I added the license.

About

python calculator purely aesthetic. probably pretty glitchy. sorry in advance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages