Code Monkey home page Code Monkey logo

hexbot's Introduction

Hexbot

This was a GitHub Noop Challenge, in this challenge they give you access to an API, which generates a random hex value, or a random hex value from a seed.

The original repo is here: https://github.com/noops-challenge/hexbot

The updated repo is here: https://github.com/BlankFaces/concatBot

The challenge is here: https://noopschallenge.com/challenges/hexbot

This is my first time working with images, and API so excuse the crappie code please :))

Dependencies

Python 3

Linux install:

pip3 install pillow
pip3 install certify
pip3 install urllib3
pip3 install urllib3[secure]

Windows install:

pip install pillow
pip install certify
pip install urllib3
pip install urllib3[secure]

๐Ÿ– What can you do?

Still in development, but so far two functions have been created:

Generate colour blocks

This simply generates a 100*100 image and saves it into the blocks directory, just run the python file and enter 1, and they will be generated

Create from two values

This funtion requests 10,000 hex values, saves them unsorted as image, then sorts the pixels in value. I will be adding option to add seed as this works the best with it.

Seed of FF7F50, FF8C00

Unsorted

Unsorted Seed Pixels

Sorted

Sorted Seed Pixels

hexbot's People

Contributors

aurora-dot avatar doolittle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.