Use FreeSimpleGui instead
This commit is contained in:
		
							parent
							
								
									f714f794b9
								
							
						
					
					
						commit
						06dad9e52d
					
				
							
								
								
									
										4
									
								
								requirements.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										4
									
								
								requirements.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
pip3 install proxmoxer
 | 
					pip3 install proxmoxer
 | 
				
			||||||
pip3 install "PySimpleGUI<5.0.0"
 | 
					pip3 install FreeSimpleGUI
 | 
				
			||||||
pip3 install requests
 | 
					pip3 install requests
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								vdiclient.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										2
									
								
								vdiclient.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/usr/bin/env python3
 | 
					#!/usr/bin/env python3
 | 
				
			||||||
import proxmoxer # pip install proxmoxer
 | 
					import proxmoxer # pip install proxmoxer
 | 
				
			||||||
import PySimpleGUI as sg # pip install PySimpleGUI
 | 
					import FreeSimpleGUI as sg # pip install PySimpleGUI
 | 
				
			||||||
gui = 'TK'
 | 
					gui = 'TK'
 | 
				
			||||||
import requests
 | 
					import requests
 | 
				
			||||||
from datetime import datetime
 | 
					from datetime import datetime
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user