by B@t0os
This NFT project involved creating unique bat-themed ASCII art pieces.It started with a Python script that generated ASCII bat images, using a base pattern and introducing variations.We integrated a randomness factor, ensuring each bat was truly unique.The center character of each ASCII bat was also extracted, providing an additional distinctive trait.A unique score was then calculated for each bat, gauging its individuality relative to the others.In addition to the ASCII art and uniqueness score, the type of bat was also identified, adding to the metadata of each NFT.Subsequently, a metadata CSV file was generated for the entire collection, containing crucial information for each NFT bat: the filename, name, uniqueness score, center character, and bat type.This data was saved in an Excel spreadsheet, with each attribute occupying a separate cell, facilitating easy and organized access.In this journey, not only did we produce visually appealing ASCII art, but we also demonstrated how art and technology can coexist harmoniously, creating a meaningful and intriguing NFT collection.