Skip to content

T-Goon/Hollow-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hollow Log

A Python program that allows for the basic paper trading of stocks. There is a version that runs through the terminal and another with a UI made with Python Tkinter. The program allows for 3 accounts that have a default of $100 000 in cash. All persistant data the program uses is stored in generated .csv files.

The operations that the program allows is:

  • Looking up the current price of a stock symbol
  • Buying a specified amount of a stock at market
  • Selling a specified amount of a stock at market
  • Adding cash to the account
  • Removeing cash from the account
  • Viewing the transaction history
  • Exiting the program
  • Deleting the account

Terminal Version

image

Tkinter Version

image

image

image

About

A paper trading app written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages