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: 12 months ago
JSON representation
Repository for Virtual Stock Trading Simulation Project
- Host: GitHub
- URL: https://github.com/r1te5h/virtual-trading-simulator
- Owner: R1TE5H
- Created: 2024-10-30T23:47:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T20:29:21.000Z (over 1 year ago)
- Last Synced: 2025-02-13T08:49:27.281Z (about 1 year ago)
- Topics: object-oriented-programming, python, software-engineering, uml-diagram
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.