Skip to content

aenima-x/py-sneakers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-sneakers

Port to python of the libnms C library

To recreate the famous data decryption effect shown in the 1992 film Sneakers.

Demo

Install

pip install py-sneakers
git clone https://github.com/aenima-x/py-sneakers
cd py-sneakers
pip install .

Usage

As a command

echo "Text" | py-sneakers

echo "Text" |python -m py_sneakers

As a lib

from py_sneakers.py_sneakers import Sneakers

Sneakers("Some text").decrypt()

License

This program is free software; you can redistribute it and/or modify it under the terms of the the MIT License (MIT). See LICENSE for more details.

About

Library to emulate the Sneakers movie effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages