/InvestmentApp

An investment app for the market

Primary LanguagePythonMIT LicenseMIT

Server-Client Finance Tracker

Description

This project consists of a server and client application designed to track financial transactions and investments. The server-side handles database management, user authentication, deposits, withdrawals, investments, and portfolio management. The client-side provides a graphical user interface for interacting with the server, allowing users to register, login, view and manage their financial portfolio.

Features

  • User authentication
  • Registration and login system
  • Deposit and withdrawal functionality
  • Investment in stocks and cryptocurrencies
  • Portfolio management and visualization

Installation

Prerequisites

  • Python 3.x
  • SQLite3
  • Tkinter for Python
  • Pandas
  • Matplotlib
  • BeautifulSoup4
  • Requests

Setup

  1. Clone the repository to your local machine.
  2. Ensure you have Python 3.x installed.
  3. Install the required Python libraries:
pip install requests beautifulsoup4 matplotlib pandas tkinter