annotate README.md @ 30:6f784c5d13ce

add getlist.py
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 15:37:50 -0400
parents 41bf22504479
children b5cf08125fd5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
4c47ea3a5b85 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 10
diff changeset
1 # code dump
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
2
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
3 ### decodeurl.cpp
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
4 pretty self explanatory, compiled with libcurl and the likes
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
5
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
6 ### garf.cpp
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
7 this was a joke program i made when garf wanted to put ads on 1123.best
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
8
30
6f784c5d13ce add getlist.py
Paper <mrpapersonic@gmail.com>
parents: 29
diff changeset
9 ### getlist.py
6f784c5d13ce add getlist.py
Paper <mrpapersonic@gmail.com>
parents: 29
diff changeset
10 gets episode names from MAL, thanks to the wonderful people who run the [Jikan](https://jikan.moe/) api<br>
6f784c5d13ce add getlist.py
Paper <mrpapersonic@gmail.com>
parents: 29
diff changeset
11 meant to be used with rename.py
6f784c5d13ce add getlist.py
Paper <mrpapersonic@gmail.com>
parents: 29
diff changeset
12
26
9bc3913e95c4 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 23
diff changeset
13 ### intro.py
9bc3913e95c4 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 23
diff changeset
14 originally created to extract all of the yuru yuri intros
9bc3913e95c4 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 23
diff changeset
15
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
16 ### mmltonsf.bat
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
17 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
18
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
19 ### nhentai.py
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
20 i found a ton of nhentai codes on a facebook group and i wanted to sort them all. in it's current state you could literally do this with macros it's not that hard
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
21
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
22 ### peardeck.cpp / peardeck.py
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
23 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
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
24
28
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
25 ### pixivimageposter.py
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
26 posts images downloaded with pixivutil2 and interprets the id and image number from the filename
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
27
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
28 ### python3path.bat
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
29 a batch script to put python3 in the path. made this cause my friend didn't know how paths worked
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
30
29
41bf22504479 add remuxaudio.py
Paper <mrpapersonic@gmail.com>
parents: 28
diff changeset
31 ### remuxaudio.py
41bf22504479 add remuxaudio.py
Paper <mrpapersonic@gmail.com>
parents: 28
diff changeset
32 originally made cause i was pissy over some mkv files having thumbnails and different defaults from what i liked<br>
41bf22504479 add remuxaudio.py
Paper <mrpapersonic@gmail.com>
parents: 28
diff changeset
33 could've probably been made in batch but whatever, it was easier to do in python lmao
41bf22504479 add remuxaudio.py
Paper <mrpapersonic@gmail.com>
parents: 28
diff changeset
34
28
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
35 ### rename.py
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
36 originally created for lucky star, this gets a ton of episode names (or whatever) from a list and renames files accordingly<br>
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
37 made this mainly cause i'm lazy and don't want to do manual renaming
20
dfdb15d3caef Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 18
diff changeset
38
29
41bf22504479 add remuxaudio.py
Paper <mrpapersonic@gmail.com>
parents: 28
diff changeset
39
13
8852a4a26ffa Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 11
diff changeset
40 ### tenormoment.bat
18
916bab9ae217 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 16
diff changeset
41 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
13
8852a4a26ffa Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 11
diff changeset
42
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
43 ### win95kg.cpp
28
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
44 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