Update branch with present main #1
17
CutieDecrypt.py
Normal file
17
CutieDecrypt.py
Normal file
@@ -0,0 +1,17 @@
|
||||
#!~/.pyenv/versions/3.11.6/bin/python
|
||||
#
|
||||
# Copyright (c) 2024 Cutieguwu | Olivia Brooks
|
||||
#
|
||||
# -*- coding:utf-8 -*-
|
||||
# @Title: CutieDecryptor
|
||||
# @Author: Cutieguwu | Olivia Brooks
|
||||
# @Collaborator: JellieJayde | Jayde Paquette
|
||||
# @Email: owen.brooks77@gmail.com | obroo2@ocdsb.ca
|
||||
# @Description: Decrypts a file.
|
||||
#
|
||||
# @Script: decrypt.py
|
||||
# @Date Created: 10 Apr, 2024
|
||||
# @Last Modified: 10 Apr, 2024
|
||||
# @Last Modified by: Cutieguwu | Olivia Brooks
|
||||
# ----------------------------------------------------------
|
||||
|
||||
22
CutieParser.py
Normal file
22
CutieParser.py
Normal file
@@ -0,0 +1,22 @@
|
||||
#!~/.pyenv/versions/3.11.6/bin/python
|
||||
#
|
||||
# Copyright (c) 2024 Cutieguwu | Olivia Brooks
|
||||
#
|
||||
# -*- coding:utf-8 -*-
|
||||
# @Title: CutieDecryptor
|
||||
# @Author: JellieJayde | Jayde Paquette
|
||||
# @Collaborator: Cutieguwu | Olivia Brooks
|
||||
# @Email: owen.brooks77@gmail.com | obroo2@ocdsb.ca
|
||||
# @Description: Parses an encrypted file for patterns and characteristics.
|
||||
#
|
||||
# @Script: parser.py
|
||||
# @Date Created: 10 Apr, 2024
|
||||
# @Last Modified: 10 Apr, 2024
|
||||
# @Last Modified by: Cutieguwu | Olivia Brooks
|
||||
|
||||
# ----------------------------------------------------------
|
||||
#
|
||||
# Note: Script cannot be called "parser" as that clashes with stdlib module parser.
|
||||
#
|
||||
# ----------------------------------------------------------
|
||||
|
||||
19
README.md
19
README.md
@@ -1,2 +1,21 @@
|
||||
# CutieDecryptor
|
||||
Basic Substitution Cypher decryption script.
|
||||
|
||||
---
|
||||
|
||||
## Notes:
|
||||
|
||||
Due to a limitation with Replit, everything must be contained in root dir.
|
||||
"parser" clashes with stdlib parser, therefore all libraries are prefixed with "Cutie".
|
||||
|
||||
---
|
||||
|
||||
#### Python Versions:
|
||||
|
||||
Designed using Python 3.11.6
|
||||
|
||||
Scripts should maintain backwards compatibility with Python 3.3.1
|
||||
|
||||
---
|
||||
|
||||
Copyright: Cutieguwu and JellieJayde
|
||||
19
main.py
Normal file
19
main.py
Normal file
@@ -0,0 +1,19 @@
|
||||
#!~/.pyenv/versions/3.11.6/bin/python
|
||||
#
|
||||
# Copyright (c) 2024 Cutieguwu | Olivia Brooks
|
||||
#
|
||||
# -*- coding:utf-8 -*-
|
||||
# @Title: CutieDecryptor
|
||||
# @Author: Cutieguwu | Olivia Brooks
|
||||
# @Collaborator: JellieJayde | Jayde Paquette
|
||||
# @Email: owen.brooks77@gmail.com | obroo2@ocdsb.ca
|
||||
# @Description: All-in-one script to decrypt substitution cyphers.
|
||||
#
|
||||
# @Script: main.py
|
||||
# @Date Created: 10 Apr, 2024
|
||||
# @Last Modified: 10 Apr, 2024
|
||||
# @Last Modified by: Cutieguwu | Olivia Brooks
|
||||
# ----------------------------------------------------------
|
||||
|
||||
import CutieDecrypt, CutieParser
|
||||
|
||||
Reference in New Issue
Block a user