Skip to content

buckhx/sales-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sale-terminal

A sales terminal to scan products and get get the total based on a product registry

Here's an example of usage

terminal = sale_terminal.from_csv("product registry")
terminal.scan("A")
terminal.scan("B")
print terminal.total()
terminal.scan("CCCDDDAAAADDDD")
print terminal.total()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages