A prototype stock practicer
- Create a new virtual environment using
python3 -m venv /path/to/new/virtual/environment
- Clone this git repo into said virtual environment
git clone https://github.com/CursedKeyboard/Stock-simulator.git /path/to/new/virtual/environment
- Activate your virtual environemnt and install all requirements
cd /path/to/new/virtual/environment
source ./bin/activate
pip install -r requirements.txt
You have now successfully installed this program. See usage for next instructions.
To use the program, run the basic_gui.py file in the Stock-Practice folder
python Stock-Practice/basic_gui.py
When you run the program, you will be greeted by the ability to create a new account.
Click new and choose an account name, and your intended starting dollar amount.
You will be navigated back to the very first screen. Here, choose load and select your newly created account! You may create as many accounts as you want so go ahead and try a different investing strategy for each one!