-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Nicolivain/cleanup-code
Cleanup code
- Loading branch information
Showing
17 changed files
with
1,920 additions
and
679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# PortfolioTracker | ||
A python-augmented excel sheet to track portfolio performance. | ||
# Portfolio Tracker | ||
A python-augmented excel spreadsheet to track portfolio performance. | ||
Supports multiple books with multiple currencies. | ||
The framework is easily extendable to add extra plots or reports. | ||
|
||
## Visuals | ||
|
||
![](figs/landing.png) | ||
|
||
![](figs/portfolio_view.png) | ||
|
||
## Getting started | ||
|
||
Install the poetry environment: | ||
|
||
``` | ||
> conda env create -f environment.yaml -n portfolio-tracker | ||
``` | ||
|
||
``` | ||
> poetry install | ||
``` | ||
|
||
You may have to install `xlwings` add on for excel to run the code. | ||
The `main.xlsm` is connected to accordingly named `main.py`. | ||
You can update the example sheet by running the main run button within excel xlwings' tab or run the script from the terminal: | ||
|
||
``` | ||
> conda activate portfolio-tracker | ||
> python main.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: portfolio-tracker | ||
dependencies: | ||
- black=23.11.0 | ||
- pip: | ||
- poetry |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.