Jump to content

puxlavoix

Politely Nefarious

AnnaNeko

Xiongmao

Mandie

BeyondTime

DesertPhantom51

F-15

sunlightandtea

ateliervanilla

The Ecchizonans

Zoom Meetup

Tierparkzone

Frollywog

Veravey

MagicalRozen

Baldylox

Sign in to follow this  
Tierparkzone

Forum Signature Generator Reborn!

Recommended Posts

Tierparkzone

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.)

d78d31c2b6ca1a01d9ff4b2cbb57.jpg 

67aca9a478eb1d1d6d76f4d0dba1.jpg

  • 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.

41e6ae4c41f562d920a3d5bf56e3.jpg

  • 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.

97f89039d2316b2ce0f1dc28f83a.jpg

  • 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:

431a3963be40824d81899032d9ee.png

605de01f15865f260053d03cf4e1.png

f86c624bfe9d1b2a17994ba90184.png

a9da092eb0ee48ad894ba7c483b7.png

0d6a4dd1556b28515ff04a1b41db.png

 

And here's the signature combined from 1000 photos:

5edd4b53fd3620d5f1d56ea70d7f.png

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 by Tierparkzone
More concise "How to use" descriptions
  • Like 5
  • Thanks 5

Share this post


Link to post
Share on other sites
Kemonomimicry
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.

  • Thanks 1

Share this post


Link to post
Share on other sites
Lavux

This is amazing, thank you! @onion14@
 

  • Like 1

Share this post


Link to post
Share on other sites
Tierparkzone
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!

Share this post


Link to post
Share on other sites
TheL1985

Now I just need to earn permission to change my forum signature here. :)

  • Haha 1

Share this post


Link to post
Share on other sites
Tierparkzone

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

bc90202fa65c5375f16cfdfc05ac.jpg

 

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

I have read and agree to the Privacy Policy.