Add installation scripts for Windows and Linux, and update README for usage instructions
		
			
				
	
	
		
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
| # Activate the virtual environment
 | |
| & .venv\Scripts\activate
 | |
| 
 | |
| # Run the Python script
 | |
| pythonw main.pyw
 | |
| 
 | |
| # Deactivate the virtual environment
 | |
| deactivate |