Edit the 'My*.tsv'-files and add data of your games/apps/DLCs/PSMs/themes (see also section 'EDIT TSV-FILES' below)Ģb. Search internet for 'pkg_dec.exe' (tools for extracting PSVita-PKGs) and place it in 'Tools'-folderĢa. * (So you don't have to re-download your stuff whenever this is needed) *ĭownload, extract and manage PSVita-NoNpDRM-, PSX- and PSP-Titles on PC.Ĭan also search, download and extract PSVita-game-patches.ġ. * IT IS INTENDED THAT YOU ONLY USE IT FOR BACKUP PURPOSES *
* PLEASE USE THIS TOOL ONLY FOR YOUR LEGALY PURCHASED CONTENT * Root.mainloop() Update: Also below is PSVitaStuff to manage your PSVita NoNpDRM stuff by Rastelli, with details from the ReadMe File below to quote: Messagebox.showinfo('Info', 'In development') Pkg_info = ('Content ID: '.format(out_dir)) Out_dir.mkdir(exist_ok = True, parents = True) Self.filename = filedialog.askopenfilename(initialdir = '/',title = 'Select license file',filetypes = (('bin files','*.bin'),('rif files','*.rif'),('all files','*.*'))) Self.recreate_button = Button(master, text='Recreate', command=self.recreate) Self.extract_button = Button(master, text='Extract', command=self.extract) Self.label = Label(master, text='Choose an option')
From tkinter import filedialog, messagebox, Label, Button