Skip to content

aryatschand/Sortzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProfHacks

stream1 = os.popen('fswebcam /home/pi/test/Images/image.jpg') output1 = stream1.read() mystring1 = "" lcd.clear() lcd.message('Converting\nTo B64')

with open("/home/pi/test/Images/image.jpg", "rb") as img_file1: my_string1 = base64.b64encode(img_file1.read())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •