Pinned Repositories
calculator-class-program
This is a simple calculator GUI built using Python's tkinter module as well as notify user for error with help of exception handling. See demo at:
CMPE-103-LAB-EXERCISE-No.-1
Contains two python codes: Problem 1 is an all-time decryption tool that uses symbols to map vowels and decrypt text. Problem 2 is a Python Vigenere cipher that encrypts plaintext using a keyword and displays ASCII vowels of the encrypted text. See demo at: See demo at:
covid-contact-tracing-app
A COVID Contact Tracing App that incorporates object-oriented and event-driven programming including the use of GUI. See demo at:
decryptor
This repository contains decryption tool. This tool swaps characters based on a custom mapping. This repository is intended for academic purposes only and should not be used for any malicious activities. See demo at:
double-even-and-triple-odd-num-sorter
A python method that reads source text file "integers.txt" that contains 20 integers. Then, integers are separated into two: The first output file "double.txt" contains square of even numbers and the second file is "triple.txt" contains cube of odd numbers. See the demo at:
dsa
encap-abstract-classes
This repository contains three class programs: Fan, Car, and Pet. They are built using PysimpleGUI and tkinter. It shows user the necessary output as well as input (e.g. Pet class). See demo at:
number-txt-file-parser
A Python method that reads a text file "numbers.txt" that contains 20 integers. Then, it separates odd and even into two separate file with name odd.txt and even.txt, respectively. See the demo at:
studycad-cam
tv-class-and-test-driver-program
A python code for creating class called TV and a Test Driver Program named TestTV that will create two objects from Class TV and will produce outputs. See demo at:
Irish-C's Repositories
Irish-C/covid-contact-tracing-app
A COVID Contact Tracing App that incorporates object-oriented and event-driven programming including the use of GUI. See demo at:
Irish-C/studycad-cam
Irish-C/calculator-class-program
This is a simple calculator GUI built using Python's tkinter module as well as notify user for error with help of exception handling. See demo at:
Irish-C/CMPE-103-LAB-EXERCISE-No.-1
Contains two python codes: Problem 1 is an all-time decryption tool that uses symbols to map vowels and decrypt text. Problem 2 is a Python Vigenere cipher that encrypts plaintext using a keyword and displays ASCII vowels of the encrypted text. See demo at: See demo at:
Irish-C/decryptor
This repository contains decryption tool. This tool swaps characters based on a custom mapping. This repository is intended for academic purposes only and should not be used for any malicious activities. See demo at:
Irish-C/double-even-and-triple-odd-num-sorter
A python method that reads source text file "integers.txt" that contains 20 integers. Then, integers are separated into two: The first output file "double.txt" contains square of even numbers and the second file is "triple.txt" contains cube of odd numbers. See the demo at:
Irish-C/dsa
Irish-C/encap-abstract-classes
This repository contains three class programs: Fan, Car, and Pet. They are built using PysimpleGUI and tkinter. It shows user the necessary output as well as input (e.g. Pet class). See demo at:
Irish-C/number-txt-file-parser
A Python method that reads a text file "numbers.txt" that contains 20 integers. Then, it separates odd and even into two separate file with name odd.txt and even.txt, respectively. See the demo at:
Irish-C/simple-app-calculator
A python program that will ask user to choose one of the math operations and then asks for two numbers to compute afterwards. See demon at:
Irish-C/tv-class-and-test-driver-program
A python code for creating class called TV and a Test Driver Program named TestTV that will create two objects from Class TV and will produce outputs. See demo at:
Irish-C/vigenere-cipher
This repository contains encryption tool. This tool uses vigenere cipher with user-defined keys. This repository is intended for academic purposes only and should not be used for any malicious activities. See demo at:
Irish-C/writes-multi-line-to-txt-file
A Python method that will write multiple line of text contents into a text file mylife.txt. See the demo at: