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
- Host: GitHub
- URL: https://github.com/paujim/progresspie
- Owner: paujim
- License: mit
- Created: 2021-03-02T02:23:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T02:30:29.000Z (over 4 years ago)
- Last Synced: 2025-01-29T18:46:44.151Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProgressPie
Calculate the color of the pixel in a 100 by 100 squareTo 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
```