yeah :)
This commit is contained in:
parent
8cb8c598ba
commit
4d852927b6
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,7 @@
|
||||
*.opus
|
||||
.DS_Store
|
||||
/bin
|
||||
/include
|
||||
/lib
|
||||
/share
|
||||
pyvenv.cfg
|
@ -1,4 +1,4 @@
|
||||
import argparse, os, hashlib, random, mutagen, progressbar, ffmpeg, time
|
||||
import argparse, os, hashlib, random, mutagen, progressbar, ffmpeg
|
||||
|
||||
# get input
|
||||
|
||||
|
@ -15,6 +15,7 @@ useful for pretending you're a radio station, but you dont have enough storage s
|
||||
|
||||
requirements:
|
||||
|
||||
* python (wow!)
|
||||
* ffmpeg (python library and the program itself)
|
||||
* python 3.9.12 but newer is Probably Fine
|
||||
* ffmpeg 5.0.1 but newer is Still Probably Fine
|
||||
* whatevers in requirements.txt
|
||||
* some banger tunes
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
||||
ffmpeg-python==0.2.0
|
||||
future==0.18.2
|
||||
mutagen==1.45.1
|
||||
progressbar2==4.0.0
|
||||
python-utils==3.1.0
|
Loading…
Reference in New Issue
Block a user