Skip to content

Some little scripts that I made for the Programming Merit Badge for Scouts BSA

Notifications You must be signed in to change notification settings

radeeyate/programming-mb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

programming-mb

Some little scripts that I made for the Programming Merit Badge for Scouts BSA

WallPaper.ps1

This script I wrote in Windows Powershell. It basically allows you to choose an username from Unsplash or a keyword, and every minute, it grabs images and sets it as your desktop background using registry keys. image

temperature.py

Basically reads the fahrenheit temperature you input an gives you a cool message with colors telling you what to do. Written in Python. image

calc.go

A calculator written in Go. Instead of requiring three inputs (#1, operator #2), it only needs on input. It splits the input by where the operator is, and does the equation for whatever the two numbers are. Example of use:

Math problem: 1+1
gobot: The sum of the two numbers: 2
Math problem: 678*1099
gobot: The product of the two numbers: 745122
Math problem: 334-80
gobot: The difference of the two numbers: 254

About

Some little scripts that I made for the Programming Merit Badge for Scouts BSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published