https://github.com/purefunctor/pixels
An example API wrapper for the Python Discord Pixels Event (https://pixels.pythondiscord.com).
https://github.com/purefunctor/pixels
Last synced: 4 months ago
JSON representation
An example API wrapper for the Python Discord Pixels Event (https://pixels.pythondiscord.com).
- Host: GitHub
- URL: https://github.com/purefunctor/pixels
- Owner: purefunctor
- License: bsd-3-clause
- Created: 2021-05-27T13:53:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T01:46:41.000Z (about 5 years ago)
- Last Synced: 2025-01-25T04:44:46.528Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixels
An example API wrapper for the Python Discord Pixels Event (https://pixels.pythondiscord.com).
This project serves as a refresher for my (non-existent) software design skills in Python, applying
knowledge that I've learnt from reading _Unit Testing: Principles, Practices, and Patterns (2020)_
by Vladimir Khorikov. I'm also using this project to explore libraries like `attrs` or `loguru` that
I've been putting on hold.
I'd also like to note that the Pixels Event is meant to be a learning opportunity for beginnners for
working with APIs. For this reason, this project will not be published to PyPI and will not
provide further examples or functionality for tasks like drawing actual images on the canvas.