Skip to content

alirezanodahi/market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Market

This project is a Python desktop application built using Tkinter for the GUI, connected to a WAMPServer database.

Features

  • Graphical User Interface (GUI): Built using Tkinter to provide a user-friendly interface.
  • Database Integration: Utilizes WAMPServer to store and manage data.
  • Timer Functionality: Implements a countdown timer for specific actions within the application.
  • Interactive Forms: Handles user inputs through various widgets like buttons, labels, and text fields.

Technologies Used

  • Python: Backend logic and GUI creation using Tkinter.
  • Tkinter: For creating the desktop application's graphical interface.
  • WAMPServer: Used as the database server to manage and store data.
  • SQLite/MySQL: Database options depending on your setup with WAMPServer.

Installation

  1. Install Python on your machine.
  2. Install WAMPServer for database management.
  3. Clone the repository using GitHub.
  4. Install required Python libraries (if applicable), such as:
    pip install tk
    pip install mysql-connector-python  # If using MySQL

Usage

  1. Start the Application:

    • Ensure WAMPServer is running.
    • Launch the Python Tkinter application.
  2. Using the Interface:

    • The application provides various buttons, forms, and interactive components through the Tkinter interface.
    • Users can input data, interact with widgets, and submit forms.
    • Timer functionality will be available for specific actions.
  3. Database Connection:

    • Data entered in the application is saved in the WAMPServer database.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages