Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r1te5h/virtual-trading-simulator
- Owner: R1TE5H
- Created: 2024-10-30T23:47:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T20:29:21.000Z (2 months ago)
- Last Synced: 2024-12-07T21:24:20.795Z (2 months ago)
- Topics: object-oriented-programming, python, software-engineering, uml-diagram
- Language: Python
- Homepage:
- Size: 42 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 transactionsAfter 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.