About | Features | Technologies | Requirements | Running | Important Notes | License | Author
The "Investment Portfolio" project is an application developed in Python, using Jupyter Notebook, to manage and analyze an investment portfolio. The project uses an Excel file to store the portfolio data.
The main objective of the project is to allow the organization and analysis of an investment portfolio in an automated way. The application allows reading portfolio data from an Excel file and provides tools for investment analysis.
βοΈ Feature 1: Read portfolio data from an Excel file.
βοΈ Feature 2: Analyze portfolio data.
The following tools were used in this project:
Before starting π, you need to have Python 3.6 or higher installed.
First, clone the project repository to your local machine.
$ git clone https://github.com/gsoaresdz/wallet.git
To install the project dependencies, run the following command in the terminal:
$ pip install pandas openpyxl jupyter
To run the project, open Jupyter Notebook and execute the main.ipynb
file.
# Access the project directory
$ cd carteira
# Start Jupyter Notebook
$ jupyter notebook
- This project is for educational and study purposes only.
- The analyses performed are based on the data provided in the Excel file and should be interpreted with caution.
This project is licensed under the MIT License. For more details, see the LICENSE file.
Made with β€οΈ by gsoaresdz