Welcome to Spritenator, a project for managing and processing images using Python scripts. This repository contains a collection of Python scripts in the scripts
folder, designed to help specifically with creating sprites from AI generated pixel art.
To get started with Spritenator, you can clone this repository to your local machine:
git clone https://github.com/your-username/spritenator.git
Make sure you have Python installed, along with any dependencies required by the scripts. You can check individual script files for specific requirements.
You can use the scripts in this project to perform various image-related tasks. Here's a general outline of how to use them:
- Download run.py
- pip3 install requests
- python run.py
Make sure to check the documentation in each script for detailed usage instructions.
We welcome contributions to Spritenator! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Submit a pull request to this repository.
Please ensure your code adheres to our coding standards and includes appropriate documentation.
This project is licensed under the GNU General Public License Version 3, which means you are free to use, modify, and distribute the code as long as you adhere to the terms and conditions specified in the license. Please review the full license text provided in the LICENSE file for more details.