zayKenyon / VALORANT-rank-yoinker

A Python app which retrieves the VALORANT rank and players' equipped skins during a match
https://zayKenyon.github.io/VALORANT-rank-yoinker/
ISC License
433 stars 134 forks source link

PEP8 Compliancy #124

Closed zayKenyon closed 9 months ago

zayKenyon commented 1 year ago

https://peps.python.org/pep-0008/

OwOHamper commented 1 year ago

Here are some exaples:

from re import compile
from locale import getpreferredencoding
from os import mkdir, getcwd
zayKenyon commented 1 year ago

I plan on picking this back up come July/August.