Skip to content

A short python script that I used to make my GitHub profile picture.

License

Notifications You must be signed in to change notification settings

bcjgit/GP-Profile-Picture-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Profile Picture Generator

Python script used to generate my github profile picture. This script computes a draw from a Gaussian process of user specified dimension and displays/saves that image on request.

Arguments

Argument Purpose Required
--dim Dimension of GP you want to draw Yes
--verbose Flag indicating if script should plot image No
--save Flag indicating if script should save image No

Example Usage

python gen_pic.py --dim 400 --verbose 

This will draw a 400x400 GP and plot , but not save, the resulting image.

About

A short python script that I used to make my GitHub profile picture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages