🥞 CLI Setup ------------ To get started with the BeatPrints CLI, you'll need to set up a configuration file. Windows ~~~~~~~ 1. Create a folder named ``BeatPrints`` in the following directory: .. code:: python C:\Users\\AppData\Roaming\ 2. Inside this folder, create a file called ``config.toml`` with the following contents: .. code:: toml [general] search_limit = 7 output_directory = "" Replace ```` with the path where you'd like to save the generated posters. .. important:: If you're using **Windows**, please ensure you use **double backslashes** (``\\``) rather than a single backslash when specifying your output path. For example: .. code:: python output_directory = "C:\\Users\\\\Downloads\\Posters" Linux or macOS ~~~~~~~~~~~~~~ 1. Create a folder named ``BeatPrints`` in your ``~/.config/`` directory: .. code:: python ~/.config/BeatPrints/ 2. Inside this folder, create a file called ``config.toml`` with the same contents as mentioned above. Running the CLI ~~~~~~~~~~~~~~~ Once the config file is set up, you can run the BeatPrints CLI: 1. Open your terminal. 2. Type ``beatprints`` and press Enter. Your poster will be saved in the output directory you specified in the ``config.toml`` file.