Skip to content

The Stock Market Management System is a Python application designed to help users efficiently manage their stock portfolios and make informed investment decisions.

License

Notifications You must be signed in to change notification settings

Prem07a/Stock_Mangement_app

Repository files navigation

Stock Market Management System

Stock Market Management System is a Python application that allows users to manage their stock portfolios, buy and sell shares of different companies, and track their wallet balances. This project is built using the CustomTkinter library for the graphical user interface and interacts with a MySQL database for user registration and data storage.

About Me

Name: Prem Ganesh Gaikwad

Affiliated with: SCTR's Pune Institute of Computer Technology

Educational Background: Bachelor of Engineering (E&TE)

Honors: Artificial Intelligence and Machine Learning

Table of Contents

About Me

Features

Installation

Usage

Database Setup

ER Diagram

Screenshots

Process Flow Diagram

Future Scope

License

Features

  • User registration with details like full name, PAN card, Aadhar number, phone number, and initial balance.
  • User login with phone number and password authentication.
  • Display of the user's wallet balance.
  • Buying and selling shares of different companies, with stock prices fetched from a database.
  • Managing the user's portfolio, displaying the number of shares owned for each company.
  • Option to add money to the wallet.
  • User-friendly graphical user interface with a dark and light theme.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Prem07a/Stock_Mangement_app.git
  2. Install the required Python libraries:

    pip install -r ./requirements.txt
  3. Database Setup:

    • Create a MySQL database.
    • Import the SQL script stock_market_db.sql provided in the repository to set up the database schema.
    • Update the database credentials in the database_credentials.txt file with the appropriate information, including the host, user, and password.
  4. Run the application:

    python app.py

Usage

  • Upon launching the application, you can choose to either log in or sign up.
  • If you are a new user, click on "Sign-Up" to register with your personal details and an initial balance.
  • If you are an existing user, click on "Login" and enter your phone number and password to access your account.
  • After logging in, you can view your wallet balance and your stock portfolio.
  • You can also buy and sell shares of different companies from the available list.

Database Setup

To set up the database, follow these steps:

  1. Create a MySQL database.

  2. Run the SQL script Create.sql provided in the repository on your MySQL workbench. This script will create the necessary tables and schema for the application.

  3. Update the database_credentials.txt file with the correct database credentials, including the host, user, and password. This file is used by the application to connect to the database.

ERD

ERD

Screenshots

Home Page

Dark Theme

Homepage

Light Theme

Homepage

Login Page

Dark Theme

Login

Light Theme

Login

Sign-Up Page

Dark Theme

Sign-Up

Light Theme

Sign-Up

Dashboard

Dark Theme

Dashboard

Light Theme

Dashboard

Orders

Dark Theme

Order

Light Theme

Order

Process Flow Diagram

Login/Sign-up Workflow

homepage work flow

Order Workflow

Order flow

Future Scope

The StockUp project provides a foundation for a stock trading and portfolio management application. While the current version fulfills the initial requirements, there is significant potential for further development and enhancements. Here are some future scope possibilities for the project:

  1. Enhanced User Profiles:
  • Implement more comprehensive user profiles, including personal information, investment preferences, and risk tolerance.
  • Provide options for users to link their real brokerage accounts for live trading.
  1. Real-Time Data Integration:
  • Integrate with real-time stock market data providers to offer users actual market data.
  • Implement features like live stock quotes, real-time charts, and news feeds.
  1. Advanced Trading Features:
  • Add advanced trading options, such as limit orders, stop-loss orders, and trailing stop orders.
  • Implement technical analysis tools for users to make informed trading decisions.
  1. Security Enhancements:
  • Enhance security measures to protect user data and financial information.
  • Implement two-factor authentication and encryption for sensitive data.
  1. Educational Resources:
  • Create a section for educational resources, including articles, tutorials, and webinars on stock trading and investment strategies.
  1. Gamification and Rewards:
  • Implement gamification elements to make the app more engaging.
  • Reward users for reaching trading milestones or achieving certain goals.

License

MIT License

© Prem Gaikwad 2023

About

The Stock Market Management System is a Python application designed to help users efficiently manage their stock portfolios and make informed investment decisions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages