An open API service indexing awesome lists of open source software.

https://github.com/paujim/progresspie

Calculate the color of the pixel in a 100 by 100 square
https://github.com/paujim/progresspie

Last synced: 3 months ago
JSON representation

Calculate the color of the pixel in a 100 by 100 square

Awesome Lists containing this project

README

        

# ProgressPie
Calculate the color of the pixel in a 100 by 100 square

To manually create a virtualenv on MacOS and Linux:

```
$ python -m venv .venv
```

After the init process completes and the virtualenv is created, you can use the following
step to activate your virtualenv.

```
$ source .venv/bin/activate
```

If you are a Windows platform, you would activate the virtualenv like this:

```
% .venv\Scripts\activate.bat
```