Peyton Chenault

A brief showcase of some of my personal projects

Python Prime Numbers

This simple script outputs a .txt file with every available prime number between 0 and a configurable value. The code can be viewed, modified, and compiled in browser.

Python Encryption

Code for encoding and decoding various file types.
First run encrypt.py to encrypt files. The output will be placed in a file called 'output.extension'. (.extension will be whatever filetype is input.) To decrypt, run decrypt.py. The output will be placed in a file called 'output.extension'. (.extension will be whatever filetype is input.) The four digit password acts as a seed for the encryption. This same password will be needed for decryption or the result will still be mixed up.
Only .txt, .png, and .jpg are supported as of now.

The project can be found at https://github.com/Peytonjc/Encryption

Advent of Code 2022

A small blog where I document the 72 Japanese microseasons.

Blog can be found at https://www.peytonchenault.com/72Seasons

Pokedex

A pokedex executable that runs within the Windows environment. Utilizes a Pokemon API to provide basic information, images, and sounds of the Japanese Pocket Monsters. written in Python.

Project can be found at https://github.com/Peytonjc/pokedex

Webcorner

My own little corner of the web...