Skip to content

Commit

Permalink
done (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankaj0038 authored Jan 24, 2024
2 parents e7d1379 + f95b19e commit 7c3b8b1
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 15 deletions.
Binary file added dcodeKi-app/ec.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dcodeKi-app/encoders/__pycache__/atbash.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/base58.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/binary2text.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/extra.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/hex_encode.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/morse.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/mybase32.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/mybase64.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/octal.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/rot13.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/rot47.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/rot8000.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/text2XOR2text.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/text2binary.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/encoders/__pycache__/vigenere.cpython-311.pyc
Binary file not shown.
Binary file modified dcodeKi-app/feature/__pycache__/c2c.cpython-311.pyc
Binary file not shown.
25 changes: 10 additions & 15 deletions dcodeKi-app/splash.kv
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
MDScreen:
name: "splash"
MDFloatLayout:
md_bg_color: 0.2, 0.2, 0.2, 1
Image:
source: "logo.png"
size_hint: 0.9, 0.9
pos_hint: {'center_x': 0.5,'center_y': 0.6}

MDLabel:
text: "Encode your thoughts, decode your world"
pos_hint: {'center_x': 0.5, 'center_y': 0.10}
halign: 'center'
theme_text_color: 'Custom'
text_color: 1,1,1,1
font_size: "20sp"
font_name: "fonts/SpaceGrotesk-Bold.ttf"
AsyncImage:
source: 'ec.gif'
anim_delay: 1/10 # Set the delay based on the frame rate of your GIF
allow_stretch: True
keep_ratio: False
size_hint: (1, 1)
Image:
source: "logo.png"
size_hint: 0.9, 0.9
pos_hint: {'center_x': 0.5, 'center_y': 0.6}

0 comments on commit 7c3b8b1

Please sign in to comment.