Furry Nonsense: Code I find helpful
5 years ago
Since I didn't feel like writing or working on the game this week, I ended up making some Python scripts to make a couple of things easier to do:
* Create the text for new submission thumbnails automatically.
* Find duplicate (or near-duplicate) images, and move them into separate directories for inspection and deletion.
Eventually I hope to come up with a few more interesting things with the code, such as:
* Sorting downloads from FA into directories based on artist.
* Tag extraction from stories: probably using a mix of natural language processing and other machine learning stuff.
* Something similar for images: mostly to get the artist, medium (drawing/painting/photo), and species, for organisational purposes.
I'm not sure if anyone else would find this useful, but I can create a Git repository if that will be of any use.
* Create the text for new submission thumbnails automatically.
* Find duplicate (or near-duplicate) images, and move them into separate directories for inspection and deletion.
Eventually I hope to come up with a few more interesting things with the code, such as:
* Sorting downloads from FA into directories based on artist.
* Tag extraction from stories: probably using a mix of natural language processing and other machine learning stuff.
* Something similar for images: mostly to get the artist, medium (drawing/painting/photo), and species, for organisational purposes.
I'm not sure if anyone else would find this useful, but I can create a Git repository if that will be of any use.
For the stuff like the simple scripts I've done so far, top-down because I don't see the point in creating classes and whatnot.
How is python? I did mostly visual basic, HTML, c++ and a bit of java.