mirror of
				https://gitea.blesmrt.net/mikaela/scripts.git
				synced 2025-11-04 03:17:32 +01:00 
			
		
		
		
	python/pin.py: add docstring
This commit is contained in:
		
							parent
							
								
									87c57cd34a
								
							
						
					
					
						commit
						0d9ae36275
					
				@ -1,4 +1,8 @@
 | 
			
		||||
#!/usr/bin/env python
 | 
			
		||||
"""
 | 
			
		||||
Takes desired PIN length as an argument and generates a PIN code of that
 | 
			
		||||
length.
 | 
			
		||||
"""
 | 
			
		||||
import secrets
 | 
			
		||||
import sys
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user