Skip to content

rkukiriza/Simple-Wallet-Portfolio-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Wallet Portfolio Viewer

Overview

The Simple Wallet Portfolio Viewer is a Python-based tool designed to visualize a cryptocurrency or financial asset portfolio through an intuitive pie chart. It aggregates asset holdings, calculates their total value, and displays the portfolio distribution, grouping smaller assets into an "Other" category for clarity. This project is ideal for users who want a quick and visually appealing way to analyze their portfolio allocation. Features

Data Aggregation: Processes a list of assets with their USD values. Top-N Visualization: Displays the top N assets (e.g., top 5) in a pie chart, with remaining assets grouped as "Other." Dynamic Pie Chart: Generates a customizable pie chart with percentage labels for significant slices (>2%), a legend, and a total portfolio value in the title. Save Functionality: Saves the pie chart as a high-resolution PNG file for sharing or reporting. Error Handling: Includes data validation to ensure numeric values and prevent plotting issues.

Technologies Used

Python: Core programming language. Pandas: For data manipulation and aggregation. Matplotlib: For creating the pie chart visualization.

Installation

Clone the Repository: git clone https://github.com/your-username/simple-wallet-portfolio-viewer.git cd simple-wallet-portfolio-viewer

License This project is licensed under the MIT License.

Contact For questions or feedback, feel free to open an issue or contact me at [rkukiriza@gmail.com].

About

The Simple Wallet Portfolio Viewer is a Python-based tool designed to visualize a cryptocurrency or financial asset portfolio through an intuitive pie chart. It aggregates asset holdings, calculates their total value, and displays the portfolio distribution, grouping smaller assets into an "Other" category for clarity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors