avatargenerator A small command line utility which generates small pictures suitable for use as avatars on social media services. 1.0 Dependencies Python 3 and Python Pillow are required. 2.0 Examples The only required argument is a seed string: avatargenerator >avatar.png somebody@example.com To set file name explicitly, use the “-o” option: avatargenerator -o avatar.png somebody@example.com The “-h” option prints a synopsis and exits the program. 3.0 Acknowledgements The default color set is a subset of the “Nicole Punk 82 palette” by RetroPunkZ on https://lospec.com/palette-list/nicole-punk-82 . 4.0 Licence Copyright 2021, 2022 Steinar Knutsen Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission – subsequent versions of the EUPL (the “Licence”); You may not use this work except in compliance with the Licence. You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an “AS IS” basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence.