Tierparkzone Posted October 28 (edited) A few people who've been on the forum for a while may remember the Forum Signature Generator that I made, originally inspired by @Poofiemus' post. In the end it didn't seem to get much traction. I guess a shell script was probably a bit too fiddly or intimidating for most users.... 😢 That's why I've been hard at work, and now I'm able to present to you: DDsiggen - Tierparkzone's Forum Signature Generator A standalone program to turn your favourite doll photos into images for your forum signature. <GitHub Link> The program currently offers the same functionality as the basic version of my old script, plus a graphical interface and several quality of life improvements. I plan to add additional functionality / customization options in the future.  Fow Windows users:   - Download "DDsiggen_<version#>_win.zip" and use the Windows executable (.exe) inside. For Linux users:   - Download "DDsiggen_<version#>_linux.zip" and use the Linux executable inside.   - Alternatively, download "DDsiggen_<version#>_win.zip". The Windows executable (.exe) inside should run without issue under Wine. For Mac users:   - I don't currently have a Mac machine available to pack a MacOS executable. If someone is willing to pack a version for Mac, feel free to fork the GitHub repository.   - If you have Wine installed on your Mac, you can download "DDsiggen_<version#>_win.zip". The Windows executable (.exe) inside should run under Wine. (Although it's untested on Mac).   - Alternatively, you can run the source script directly in Python (see below). Run directly in Python (any OS):   - Download the Source code and run "DDsiggen.py" in Python   - Requires an installation of Python on your system   - Also requires the additional Python packages "nicegui" and "pillow" (future versions may require further packages).  How to use (Windows example): Extract the contents of the "DDsiggen_<version#>_win.zip" file. Copy the doll photos you want to use in your signature into the same folder as the extracted "DDsiggen_<version#>.exe" file. (The program will recognize .jpg, .jpeg, .png, .JPG, .JPEG and .PNG files.) Run "DDsiggen_<version#>.exe" by double clicking. On first launch, you will get the warning shown in the images below, since Windows does not know this application. You can click on "More Information", then "Run Anyway" to start the program. During beta testing, some users also had their anti-virus software throw an alert and then quarantine the .exe file. This should not happen anymore. If your anti-virus gets triggered by this, do not run the executable! Instead, please let me know here or on GitHub and I'll look into it. If you still want to run the program, either try downloading a different version or run the script directly in Python. (That should not cause any issue with anti-virus programs.)  A terminal window will open. Shortly afterward, your browser will open a new tab displaying the application. On first launch, you may get a firewall alert - You can block the program with the firewall. The current version of this program should still work without impairment. Follow the instructions in the browser tab to generate your signature images. Currently, only the "Quick Sig" functionality is available. It's best to start out with 30 doll photos or less. When loading too large or too many photos, the application may appear to hang. - Usually this can be fixed simply by reloading the browser tab. For details, check the known issues section in the "README.txt" included with your download. There is no enforced limit to how many photos you can put into a signature, and I've successfully tested it with 1000 photos at once. If you want to see how that looks, I've included the result in the examples below. Exported signature images can be found in the "signatures" subfolder. How to exit: If you use any of the "Exit Application" buttons in the browser tab, the terminal window will close automatically. You may now close the browser tab. Closing the terminal window will terminate the application and your browser tab will display a "Connection lost" message. You may now close the browser tab. Simply closing your browser tab will not terminate the application! (By reopening the tab you may continue where you left off.) Close the terminal window to fully terminate the application.  Examples: Here are a few sample signatures created with DDsiggen:  And here's the signature combined from 1000 photos: This takes about 20 minutes to generate and 15 Gigs of RAM. Is it possible? - Yes! Is it worth it? - Probably not.   If you use this to create your own signature, why not show it off here? Feel free to let me know about any issues you might encounter and I'll try to help you get this running. You can also post ideas for additional features, but I cannot promise I'll be able to implement them. (Text and customizable number of rows/columns is already planned.) Edited November 17 by Tierparkzone More concise "How to use" descriptions 5 5 Photo Story - Photo Thread - make your own signature like this Share this post Link to post Share on other sites
Tierparkzone Posted October 28 <reserved for updates> Photo Story - Photo Thread - make your own signature like this Share this post Link to post Share on other sites
Kemonomimicry Posted October 28 4 hours ago, Tierparkzone said: A few people who've been on the forum for a while may remember the Forum Signature Generator that I made, originally inspired by @Poofiemus' post. In the end it didn't seem to get much traction. I guess a shell script was probably a bit too fiddly or intimidating for most users.... 😢 That's why I've been hard at work, and now I'm able to present to you: DDsiggen - Tierparkzone's Forum Signature Generator A standalone program to turn your favourite doll photos into images for your forum signature. <GitHub Link> The program currently offers the same functionality as the basic version of my old script, plus a graphical interface and several quality of life improvements. I plan to add additional functionality / customization options in the future.  Fow Windows users:   - Grab "DDsiggen_<version#>_win.zip" and use the Windows executable (.exe) inside. For Linux users:   - Grab "DDsiggen_<version#>_linux.zip" and use the Linux executable inside.   - Alternatively, grab "DDsiggen_<version#>_win.zip". The Windows executable (.exe) inside should run without issue under Wine. For Mac users:   - I don't currently have a Mac machine available to pack a MacOS executable. If someone is willing to pack a version for Mac, feel free to fork the GitHub repository.   - If you have Wine installed on your Mac, grab "DDsiggen_<version#>_win.zip". The Windows executable (.exe) inside should run under Wine (untested on Mac).   - Alternatively, you can run the source script directly in Python (see below). Run directly in Python (any OS):   - Grab the Source code and run "DDsiggen.py" in Python   - Requires an installation of Python on your system   - Also requires the additional Python packages "nicegui" and "pillow" (future versions may require further packages). Users of Linux should have Python installed by default as part of their operating system, but it may be outdated depending on what version of Python @Tierparkzone's script was written in and whether it uses features exclusive to a certain Python version. Since updating the system Python may break things, I recommend using something like pyenv (which lets you use multiple Python versions on the same system easily) if it turns out DDsiggen.py needs a very new Python. For macos, it depends on the age of your Mac. Apparently newer ones don't include python in the base OS install anymore. But see https://docs.python.org/3/using/mac.html As for the executable generation, apparently it's possible to generate executables for systems you don't own using Github Actions. 1 Share this post Link to post Share on other sites
Lavux Posted October 28 This is amazing, thank you!  1 Share this post Link to post Share on other sites
Tierparkzone Posted October 29 6 hours ago, Kemonomimicry said: Users of Linux should have Python installed by default as part of their operating system, but it may be outdated depending on what version of Python @Tierparkzone's script was written in and whether it uses features exclusive to a certain Python version. Since updating the system Python may break things, I recommend using something like pyenv (which lets you use multiple Python versions on the same system easily) if it turns out DDsiggen.py needs a very new Python. Thanks for the additional clarification. Depending on your Linux distribution you may have to use a virtual environment to install additional packages like "nicegui" anyway. It looks like pyenv would solve that together with any possible version issues. - Although, all of this is only necessary if you want to run the script (DDsiggen.py) directly in python. The packaged executable effectively includes its own portable python environment and is therefore independent of what you have installed on your system.  6 hours ago, Kemonomimicry said: As for the executable generation, apparently it's possible to generate executables for systems you don't own using Github Actions. Oooh, that's good to know. I'm pretty much a beginner with GitHub, but I'll look into that. Thanks for the tip! Photo Story - Photo Thread - make your own signature like this Share this post Link to post Share on other sites
TheL1985 Posted November 14 Now I just need to earn permission to change my forum signature here. 1 Share this post Link to post Share on other sites
Tierparkzone Posted November 17 I'm currently working on an update for the signature generator that introduces the "Create New" functionality with a lot more options including customizable text on each photo. Although, it'll probably be a few more weeks before it's ready for release... Here's a little teaser, if you're curious: Spoiler  If anyone so far has tested the current version of the signature generator, please let me know how it went? Did everything work as expected? Did you run into any bugs or were some things unclear? The more feedback I get from you, the more I may be able to improve the upcoming releases. And you don't have to put this off until you took proper new photos of your dolls. Try it with a few old ones to see if it works how you'd like it to. The program is supposed to make signature creation quick and easy. - Once you got new photos, just replace the old ones and run the generator again.  On 10/29/2025 at 3:26 AM, Kemonomimicry said: As for the executable generation, apparently it's possible to generate executables for systems you don't own using Github Actions. I had a first look at this. It might be possible but will require some fiddling around with the build script. I'm not sure when I'm going to get around to playing with that. Photo Story - Photo Thread - make your own signature like this Share this post Link to post Share on other sites