Metadata-Version: 2.4
Name: buttonmaker
Version: 0.1.0
Summary: A package for creating buttons in Pygame
Author: Timmeit
Author-email: timmejt644@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pygame
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

ButtonMaker

Created by Timmeit

This is my first Python package. You are free to use it.

About

This package is designed for creating buttons in Python projects.
Easy to use and integrate with Pygame or other GUI libraries.

Installation

If you want to install the package locally:

pip install .


If published on PyPI, you could use:

pip install buttonmaker


(replace buttonmaker with the actual package name on PyPI)

Usage
from buttonmaker import Button

# Create a button
btn = Button(text="Click me", x=100, y=100)
btn.draw(screen)

Contributing

Feel free to fork the project and submit pull requests.
Please follow standard Python coding conventions.

License

This package is free to use.
