Generates a random pattern and creates an animation effect with as a GIF.
To get started with random_GIF, follow these steps to install it on your system:
-
Clone the repository
First, clone the MelodySorter repository to your local machine using Git. Open your terminal and run:
git clone https://github.com/rtakak/random_GIF.git
-
Set up a virtual environment (optional)
It's a good practice to use a virtual environment. If you don't have
virtualenv
installed, install it first:pip install virtualenv
Then, create and activate a virtual environment:
-
On macOS/Linux:
python3 -m venv venv source venv/bin/activate
-
On Windows:
python -m venv venv .\venv\Scripts\activate
-
-
Install the dependencies
Navigate to the project directory and install the required dependencies:
cd random_GIF pip install -r requirements.txt
-
Start MelodySorter
Run random_GIF from your terminal. Ensure you're in the project's directory:
python main.py
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.