annotate README.md @ 107:96e5d721538f

Update mod7.nsb committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Tue, 18 Oct 2022 19:23:05 -0400
parents be417b4518a6
children 5a70e243557a
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
48
267e3e6bba63 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 45
diff changeset
3 ### [channeldownloader.py](channeldownloader.py)
267e3e6bba63 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 45
diff changeset
4 a YTPMV channel downloader, pulls from multiple sources (youtube-dl, internetarchive, and waybackmachine)<br>
267e3e6bba63 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 45
diff changeset
5 requires a [YTPMV_Database](https://finnrepo.a2hosted.com/YTPMV_Database) compatible JSON file
267e3e6bba63 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 45
diff changeset
6
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
7 ### [decodeurl.cpp](decodeurl.cpp)
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
8 pretty self explanatory, compiled with libcurl and the likes
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
9
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
10 ### [deleteautosave.py](deleteautosave.py)
31
b5cf08125fd5 add deleteautosave.py
Paper <mrpapersonic@gmail.com>
parents: 30
diff changeset
11 deletes openmpt autosave files, made cause they cluttered up my modules folder
b5cf08125fd5 add deleteautosave.py
Paper <mrpapersonic@gmail.com>
parents: 30
diff changeset
12
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
13 ### [garf.cpp](garf.cpp)
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
14 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
15
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
16 ### [getlist.py](getlist.py)
30
6f784c5d13ce add getlist.py
Paper <mrpapersonic@gmail.com>
parents: 29
diff changeset
17 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
18 meant to be used with rename.py
6f784c5d13ce add getlist.py
Paper <mrpapersonic@gmail.com>
parents: 29
diff changeset
19
45
ed1618304c9b Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 37
diff changeset
20 ### [getskin.py](getskin.py)
ed1618304c9b Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 37
diff changeset
21 gets a minecraft skin from a username<br>
ed1618304c9b Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 37
diff changeset
22 meant to be used as reference for a possible future beta 1.7.3 (client-side) mod
ed1618304c9b Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 37
diff changeset
23
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
24 ### [intro.py](intro.py)
26
9bc3913e95c4 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 23
diff changeset
25 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
26
48
267e3e6bba63 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 45
diff changeset
27 ### [kemonopartydownloader.py](kemonopartydownloader.py)
267e3e6bba63 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 45
diff changeset
28 made this when i was bored<br>
52
3857b2919db0 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 50
diff changeset
29 simple [kemono.party](https://kemono.party) downloader, supports proxies and continuing unfinished downloads<br>
57
861f4a9992ae Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 52
diff changeset
30 requires cookies because of DDoS-GUARD, just use a cookies.txt compatible file<br>
861f4a9992ae Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 52
diff changeset
31 now supports google drive and dropbox links in the description!<br>
861f4a9992ae Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 52
diff changeset
32 mega is on a feature add list
48
267e3e6bba63 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 45
diff changeset
33
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
34 ### [mmltonsf.bat](mmltonsf.bat)
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
35 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
36
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
37 ### [nhentai.py](nhentai.py)
73
be417b4518a6 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 57
diff changeset
38 i found a ton of nhentai codes on a facebook group and i wanted to sort them all<br>
be417b4518a6 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 57
diff changeset
39 (((this is for you, opposite)))
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
40
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
41 ### [peardeck.cpp](peardeck.cpp) / [peardeck.py](peardeck.py)
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
42 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
43
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
44 ### [pixivimageposter.py](pixivimageposter.py)
28
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
45 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
46
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
47 ### [python3path.bat](python3path.bat)
10
29f4c25c46f2 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 0
diff changeset
48 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
49
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
50 ### [remuxaudio.py](remuxaudio.py)
29
41bf22504479 add remuxaudio.py
Paper <mrpapersonic@gmail.com>
parents: 28
diff changeset
51 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
52 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
53
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
54 ### [rename.py](rename.py)
28
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
55 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
56 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
57
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
58 ### [sfv.py](sfv.py)
34
e7fa57c4d3f7 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 31
diff changeset
59 a very lazy implementation of Simple File Validator in python
29
41bf22504479 add remuxaudio.py
Paper <mrpapersonic@gmail.com>
parents: 28
diff changeset
60
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
61 ### [tenormoment.bat](tenormoment.bat)
18
916bab9ae217 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 16
diff changeset
62 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
63
37
b651fc366a8d Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 35
diff changeset
64 ### [updatechromium.py](updatechromium.py)
b651fc366a8d Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 35
diff changeset
65 updates ungoogled-chromium on arch linux. requires tqdm for sexy progress bars
b651fc366a8d Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 35
diff changeset
66
35
7ea4b01a2e5c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 34
diff changeset
67 ### [win95kg.cpp](win95kg.cpp)
28
30e203432cd7 Add rename.py
Paper <mrpapersonic@gmail.com>
parents: 26
diff changeset
68 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