Skip to content

iamx-ariful-islam/Product-Sales-Forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Product Sales Forecast

A Python-based simple product sales forecast system using Tkinter GUI

Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python's defacto standard GUI.

Task Description

A project to build a Python-based simple product sales forecast system. Here use some custom mathematics for calculate stock product price and show some results with charts (Bar chart, Line chart, Scatter chart, Pie chart).

Task Requirments

this project is developed using all new os, software and tools.

  • Operating System : Windows11, Kali Linux2025.2
  • Software : Python3.13, Visual Studio Code
  • GUI Library : Tkinter (Default)

Installation

First Download, install and configure Python. Then use the package manager pip to install on.

  • Windows installation
  • Kali linux installation
  • Mac installation

Notes

The requirements.txt file, lists of all the Python libraries that my "Simple product sales forecast system" depends on and installs those packages from the file:

pip install -r requirements.txt
# or
sudo pip install -r requirements.txt

Usages

  • Custom input:
    A1, D2, E3, G4, B5, K6, F7, H8, C9 are custom sales product. When click on custom sales product then you get prices under custom sales products. After collect the prices press Press for results button and show results as plot(bar chart).
  • From CSV file: browse csv file from your computer with three columns values. After browse file press Press for results button and show results as plots (bar chart, line chart, scatter chart, pie chart).

Sreenshots

Here are some screenshots of the Product Sales Forecast project:

Main
Main
Custom Output
custom_output
Output From File
output_from_file

Contributing

Contributions, suggestions, and feedback are always welcome!
To contribute:

  1. Fork the repository
  2. Create a new branch (feature/new-feature)
  3. Commit your changes
  4. Push and submit a Pull Request

💬 You can also open an issue if you’d like to discuss a feature or report a bug.

For more or connect with me

        

License

The MIT License (MIT)

Thank You for Visiting!

“Good design is about making things simple yet significant”
Md. Ariful Islam