mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-13 19:43:34 -07:00
Automating import install for playlist script
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Flipper Zero SUB-GHZ Playlist Generator
|
||||
import os
|
||||
from easygui import fileopenbox, diropenbox
|
||||
import pip
|
||||
try:
|
||||
from easygui import fileopenbox, diropenbox
|
||||
except ImportError:
|
||||
pip.main(['Install'], "easygui")
|
||||
from easygui import fileopenbox, diropenbox
|
||||
|
||||
def main():
|
||||
folder_path = diropenbox("Select the folder with Subghz files", "Subghz selector")
|
||||
|
||||
Reference in New Issue
Block a user