Mary Irish P. Cammagay (Irish-C)

Irish-C

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

Mary Irish P. Cammagay's repositories

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:

Language:PythonStargazers:1Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:1Issues:0

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:

Language:PythonStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:1Issues:0

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:

Language:PythonStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:1Issues:0