Ta te ti game: It is a two players game where you have to put three X or O in line. It allow the first player to select X or O, and assings the another to player two. it doesnt allow to overwrite positions, and informs if there is a winner or a draw To play you have to script play_game
BlackJack: It is a single player game in which you have to win to the computer.
Order_cl: It is a program that runs on the command line that receives quantities of an order and the ID of who made the order, and returns the amount to be paid, taking as reference the dollar price from an API. If the operation is successful, the purchase is registered in a sqlite database
Order_app: It is the same program than order_cl but made in a graphical interface with tkinter