Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.21 KB

File metadata and controls

52 lines (34 loc) · 1.21 KB

String Art Project

This project is a Python-based application that creates a string art representation of a given image.

Demo

Features

  • Creates a string art representation of an image.
  • Can produce outputs in .PNG and .MP4 formats.
  • it can also create a JSON file with instructions on which pin to run the thread to next.
  • Pin 0 is at the rightmost point and moves up counterclockwise.

Installation

  1. Clone the repository:
git clone https://github.com/isandrocks/ThreadArt.git
  1. Navigate to the project directory:
cd ThreadArt
  1. Install the required dependencies:
pip install -r requirements.txt

this project was built in python 3.12.3

Usage

  1. Run the main script:
SA_GUI.py
  1. Follow the on-screen instructions to manipulate your images.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the CC0 License. See the LICENSE file for details.

Contact

For any questions or suggestions, please open an issue or contact the project maintainer at consavecustoms@gmail.com.