Coder Social home page Coder Social logo

paulinakhew / terminal_trader Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 463 KB

๐Ÿ’ป Terminal Trader is a web trading game that runs in your terminal where you buy and sell stocks.

License: MIT License

Python 100.00%
python3 terminal terminal-app trading json python3-controller web-scraping api

terminal_trader's Introduction

terminal_trader

This project was started at Byte Academy so that I could learn how to implement modularization, learn about JSON, and create and interact with SQLite3 databases. This application consolidates data from Nasdaq, allowing the user to search up the ticker symbol and price of any stock in real time. You can buy and sell any number of stocks and see your past transactions. The goal is to end up with a large profit ๐Ÿค‘ good luck!

Setup

  • Clone or download the repository.
  • Download all the necessary packages:
  • MacOS Users
$ pip3 install -r pip_requirements.txt
$ xargs brew install < brew_requirements.txt
  • Linux Users
$ sudo apt-get install cowsay
$ sudo apt-get install figlet
$ gem install lolcat
$ pip install -r pip_requirements.txt
  • Create the sqlite3 database:
$ python3 schema.py
$ python3 seed.py
  • Run the app locally:
$ python3 controller.py

Issues and Updates

Feel free to create any issues and pull requests for changes that you want to see in the future of this application. Have fun! ๐Ÿ˜„

Example photos

This is what the login and sign up menu looks like. Login/sign up menu

This is the main menu where you can buy and sell stocks. Login/sign up menu

This is what the user sees when purchasing stocks. Buying stocks

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.