Skip to content

Python scripts that I have used for automating various basic tasks

Notifications You must be signed in to change notification settings

msamimj/BasicPyScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

basicPythonScripts

  1. renameQR.py ---------->

wrote it to rename qr codes generated in google sheets. the codes were in 10 folders each containing files named QR Code 1 - QR Code 50, so had to rename files in subsequent folders to QR Code 1 - QR Code 50, QR Code 51 - QR Code 100, QR Code 101 - QR Code 150 and so on.

eg: converts QR Code 5 to QR Code 55

  1. contourToHeight.py ---------->

wrote it to generate a terrain height data for three.js from a contour map image. takes height value based on color of pixel and pushes it to output list

About

Python scripts that I have used for automating various basic tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages