Metadata-Version: 2.1
Name: pointcloudsimple
Version: 0.0.2
Summary: A small package for creating a random selection of points moving in space
Author-email: Max Worsley <maxworsley@outlook.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
Requires-Dist: numpy

# Point cloud simple

This package allows the user to create a randomised selection of points moving in space, connecting by lines when close enough.
