KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
RandomImage
★ 12
Open GitHub ↗
Pseudo random image generator
Download README (.md)
Explore Similar Repositories
NLPCourseBot
:
Telegram-bot for NLP/RL courses
pocket-auth-cli
:
No description available.
docker-monero-wallet
:
Unofficial monero wallet GUI docker images
color-indent
:
Use colors to show in a non intrusive manner different indentation levels.
Machine-Learning-with-R-Cookbook-Second-Edition
:
Machine Learning with R Cookbook Second Edition by Packt
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RandomImage
?
Download (.md)
# Pseudo Random Image Generator I start this project at 6/10/17 16:50 # How to install First of all you need the PILLow library. You can install it via `pip` ```bash pip install -r requirements.txt ``` # How to use It is simple ```bash $ python image_gen.py ``` It will be generate a new image file with size 640x480 (default) and filename like `new_image_1.png` # Examples Some examples of generated images: With squares:  With circles:  Now I working on generator with some more features