Skip to content
View aieckxis's full-sized avatar
Block or Report

Block or report aieckxis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. assignment_2 assignment_2 Public

    Python

  2. decryptor decryptor Public

    This repository contains an updated Python script for decrypting encrypted text. The user will enter encrypted text, which is subsequently be decrypted by replacing specific characters with vowels.…

    Python

  3. the-vigenere-cipher the-vigenere-cipher Public

    A Python script that uses the Vigenère Cipher to encrypt and decrypt data may be found in this repository. Any letter from 0 to 25 is a keyword. Code structure, input validation, and output message…

    Python

  4. even-odd-from-file-extractor even-odd-from-file-extractor Public

    This Python script creates the text files even.txt and odd.txt after analyzing the 20 integers in the numbers.txt text file. odd.txt will have all the odd numbers collected from numbers.txt, and ev…

    Python

  5. student-highest-GWA student-highest-GWA Public

    This Python script finds the student with the highest General Weighted Average (GWA) among a list of students and their GWAs in a text file, and outputs their name and GWA.

    Python

  6. multiple-line-of-text-contents multiple-line-of-text-contents Public

    This repository includes python code that creates files with multiple lines of user-entered text and handles errors from invalid input.

    Python