Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r1te5h/virtual-trading-simulator

Repository for Virtual Stock Trading Simulation Project
https://github.com/r1te5h/virtual-trading-simulator

object-oriented-programming python software-engineering uml-diagram

Last synced: 6 days ago
JSON representation

Repository for Virtual Stock Trading Simulation Project

Awesome Lists containing this project

README

        

# Virtual Stock Trading Simulator CLI
The goal of this repository is to create a command line interface for individuals to simulate a stock trading interaction. Users will be able to log into their account, check their purchasing power, and initial stock purchasing or selling transactions

After running the VirtualStockTradingSimulator.py class, users will be prompted to log in with a specific username and password. If either of these are left blank, an error will be thrown. The user is then asked to specify the purchasing power.

The class now also displays 3 manually set stock exchanges made by the user after setting their purchasing power, which details the cost of each share and how much was bought or sold.