comparison README.md @ 125:5cc85ef3a675

Update README.md committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Fri, 23 Jun 2023 22:44:17 -0400
parents 40a7b6d9bd3b
children
comparison
equal deleted inserted replaced
124:c29589c45d4a 125:5cc85ef3a675
1 # code dump 1 # code dump
2 2
3 ### [channeldownloader.py](channeldownloader.py) 3 this used to have a listing of all files and comments for each one, but it's become horribly outdated, I've just decided to remove it
4 a YTPMV channel downloader, pulls from multiple sources (youtube-dl, internetarchive, and waybackmachine)<br>
5 requires a [YTPMV_Database](https://finnrepo.a2hosted.com/YTPMV_Database) compatible JSON file
6
7 ### [decodeurl.cpp](decodeurl.cpp)
8 pretty self explanatory, compiled with libcurl and the likes
9
10 ### [deleteautosave.py](deleteautosave.py)
11 deletes openmpt autosave files, made cause they cluttered up my modules folder
12
13 ### [garf.cpp](garf.cpp)
14 this was a joke program i made when garf wanted to put ads on 1123.best
15
16 ### [getlist.py](getlist.py)
17 gets episode names from MAL, thanks to the wonderful people who run the [Jikan](https://jikan.moe/) api<br>
18 meant to be used with rename.py
19
20 ### [getskin.py](getskin.py)
21 gets a minecraft skin from a username<br>
22 meant to be used as reference for a possible future beta 1.7.3 (client-side) mod
23
24 ### [intro.py](intro.py)
25 originally created to extract all of the yuru yuri intros
26
27 ### [kemonopartydownloader.py]
28 This script has been deprecated and deleted from this repository, use [gallery-dl](https://github.com/mikf/gallery-dl) and parse the JSON for links instead
29
30 ### [mmltonsf.bat](mmltonsf.bat)
31 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier
32
33 ### [nhentai.py](nhentai.py)
34 i found a ton of nhentai codes on a facebook group and i wanted to sort them all<br>
35 (((this is for you, opposite)))
36
37 ### [peardeck.cpp](peardeck.cpp) / [peardeck.py](peardeck.py)
38 a bad peardeck sentence generator, will only accept inputs from 5-6 characters. i made a python version of this that i like much more than the c++ version
39
40 ### [pixivimageposter.py](pixivimageposter.py)
41 posts images downloaded with pixivutil2 and interprets the id and image number from the filename
42
43 ### [python3path.bat](python3path.bat)
44 a batch script to put python3 in the path. made this cause my friend didn't know how paths worked
45
46 ### [remuxaudio.py](remuxaudio.py)
47 originally made cause i was pissy over some mkv files having thumbnails and different defaults from what i liked<br>
48 could've probably been made in batch but whatever, it was easier to do in python lmao
49
50 ### [rename.py](rename.py)
51 originally created for lucky star, this gets a ton of episode names (or whatever) from a list and renames files accordingly<br>
52 made this mainly cause i'm lazy and don't want to do manual renaming
53
54 ### [sfv.py](sfv.py)
55 a very lazy implementation of Simple File Validator in python
56
57 ### [tenormoment.bat](tenormoment.bat)
58 another batch script that was made primarily to spam the ytpmv tag on tenor. it makes gifs of every 5 seconds of a given video file.<br>~~it is extremely unorganized, i might remake it later and remove the debug option that stands no purpose~~ done
59
60 ### [updatechromium.py](updatechromium.py)
61 updates ungoogled-chromium on arch linux. requires tqdm for sexy progress bars
62
63 ### [win95kg.cpp](win95kg.cpp)
64 a windows 95 keygen. iirc the oem key only works some of the time, i don't even remember why i made it. it also has shitty function names that i might clean up in the future