SkillAgentSearch skills...

BustCalculator

Bust Calculator is a desktop application that calculates bust size based on image measurements.

Install / Use

/learn @MrYapikZ/BustCalculator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bust Calculator

Bust Calculator is a desktop application that calculates bust size based on image measurements. The program uses OpenCV and Matplotlib for image processing and measurement selection, allowing users to determine bust size based on an image input.

Features

  • Load and preview image files
  • Select measurement points on the image
  • Calculate bust circumference and cup size based on user-defined height
  • Display results with detailed measurements

System Requirements

  • Windows OS (for the .exe release)
  • Python 3.8+ (for source code execution)
  • Required libraries: PyQt5, OpenCV, NumPy, Matplotlib

Installation

Running the Executable

  1. Download the latest release .exe file.
  2. Run the application by double-clicking the executable.

Running from Source

  1. Clone the repository:
    git clone https://github.com/your-repo-link.git
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run the application:
    python main.py
    

Usage

  1. Open the application.
  2. Click the Locate Image button to select an image.
  3. Enter the character height in the provided input field.
  4. Click the Generate button.
  5. Select measurement points when prompted.
  6. View calculated bust size and cup measurements.

Authors

  • MrYapikZ
  • nakzuwu

License

This project is open-source and available under the MIT License.

Contact

For any issues or inquiries, please open an issue on the repository or contact the authors.


Feel free to contribute or suggest improvements!

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated4d ago
Forks1

Languages

Python

Security Score

80/100

Audited on Mar 26, 2026

No findings