Skip to content

Commit e2120aa

Browse files
Update readme.md
1 parent 1b40f99 commit e2120aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Python Tkinter Investment Account Portfolio Management Desktop Application
33

44
## About
5-
A simple financial portfolio GUI for managing a Robinhood and Fidelity account using Python's [Tkinter module](https://docs.python.org/3/library/tkinter.html). Uses [Sqlite3](https://sqlite.org/index.html) and asynchronous programming to display and set account performances, watch lists, and balances. Will run on either Windows, Linux, or Mac OS with Python and associated modules installed via PIP3
5+
A simple financial portfolio GUI for managing a Robinhood and Fidelity account using Python 3 [Tkinter module](https://docs.python.org/3/library/tkinter.html). Uses [Sqlite3](https://sqlite.org/index.html) and asynchronous programming to display and set account performances, watch lists, and balances. Will run on either Windows, Linux, or Mac OS with Python and associated modules installed via PIP3
66

77
## To Run
88
- install [Python3](https://www.python.org/downloads/) and PIP3 modules listed below
@@ -11,7 +11,7 @@ A simple financial portfolio GUI for managing a Robinhood and Fidelity account u
1111
## PIP3 Module Installation Requirments
1212
- [async_tkinter_loop](https://pypi.org/project/async-tkinter-loop/)
1313
- [yahoo_finance_async](https://pypi.org/project/yahoo_finance_async/)
14-
- App will break if is module looses support from Yahoo Finance
14+
- App will break if module looses support from Yahoo Finance
1515
- [pandas](https://pypi.org/project/pandas/)
1616

1717
## Other resources

0 commit comments

Comments
 (0)