Skip to content

dcgoss/Jeffery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeffery

A personal assistant.

Note

This was a test project from my early Python days that I keep on Github for my amusement. Please don't judge me.

How it works:

The interaction with the user is done in the interface.py file, which sends user input to the brain.py file to be processed. The processed data is then sent back and is output to the user.

How to use:

Run the interface.py file.

Current capabilities:

Addition, subtraction, multiplication, and division. Outputs floats.
Examples:
what is 40 divided by 10
==> 40.0 / 10.0 = 4.0

10.1 multiplied by 10
==> 10.1 * 10.0 = 101.0

About

A personal assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages