beeankha / SimplePythonStuff

A miscellany of simple Python projects. 🐍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Stuff

Misc. simple Python 3 projects for teaching myself basic concepts.

DrawCircle

Draws a circle.

TempConverter

A very simple temperature converter script.

FizzBuzz

A much famous test.

Lunch Randomizer

Helps select where to go to lunch in downtown Durham, NC.

Magic 8 Ball

Ask a yes or no question and get an answer!

PrimeNumberGenerator

Find all prime numbers within a specified range.

Image Changer

Run image_changer.py on any JPEG image to stylize it like so:

Before:

Original Photo

After:

Altered Photo

When the stylized image pops up, press any key to activate the Save the image? [y]/[n] prompt

Dependencies include cv2 and numpy. Based on the excellent tutorial found here

About

A miscellany of simple Python projects. 🐍


Languages

Language:Python 71.5%Language:Jupyter Notebook 22.0%Language:HTML 4.1%Language:Rust 2.1%Language:C 0.3%Language:Procfile 0.0%