GithubHelp home page GithubHelp logo

marcpage / financial_game Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 223 KB

Website that hosts a real-life financial game

License: The Unlicense

Python 96.39% Mako 2.45% JavaScript 0.72% CSS 0.44%

financial_game's Introduction

status sheild GitHub commit sheild activity sheild GitHub top language size sheild issues sheild follow sheild watch sheild

financial_game

Website that hosts a real-life financial game

Contributions

Before submitting, make sure to run black, pylint, and flake8 and ensure test coverage is at 100%. If you're on macOS or Linux, you can just run python3 pr_build.py format which will do all this for you.

Runing the server

On macOS or Linux:

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
python3 -m financial_game

On Windows:

py -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
py -m financial_game

It will create:

  • macOS: ~/Library/Preferences/financial_game.yaml
  • Linux: ~/.financial_game.yaml
  • Windows: %LOCALAPPDATA%\financial_game.yaml

You can use a different location by specifying --settings <path to yaml file>. This file contains many of the parameters you can pass (or did pass) on the command line. To get the full list of options on the command line: python3 -m financial_game --help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.