Skip to content

CursedKeyboard/Stock-simulator

Repository files navigation

Stock-simulator

A prototype stock practicer

Basic Demo

Installation

  1. Create a new virtual environment using
python3 -m venv /path/to/new/virtual/environment
  1. Clone this git repo into said virtual environment
git clone https://github.com/CursedKeyboard/Stock-simulator.git /path/to/new/virtual/environment
  1. 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.

Usage

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.

title screen

Click new and choose an account name, and your intended starting dollar amount.

account creation screen

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!

About

A prototype stock practicer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages