Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tn3w/sillypython
Make your Python code look silly.
https://github.com/tn3w/sillypython
obfuscation obfuscation-tool python silly
Last synced: about 1 month ago
JSON representation
Make your Python code look silly.
- Host: GitHub
- URL: https://github.com/tn3w/sillypython
- Owner: tn3w
- License: apache-2.0
- Created: 2023-09-07T18:25:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-19T15:33:12.000Z (11 months ago)
- Last Synced: 2024-01-19T16:51:41.536Z (11 months ago)
- Topics: obfuscation, obfuscation-tool, python, silly
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
███████╗██╗██╗ ██╗ ██╗ ██╗ ██████╗ ██╗ ██╗
██╔════╝██║██║ ██║ ╚██╗ ██╔╝ ██╔══██╗╚██╗ ██╔╝
███████╗██║██║ ██║ ╚████╔╝ ██████╔╝ ╚████╔╝
╚════██║██║██║ ██║ ╚██╔╝ ██╔═══╝ ╚██╔╝
███████║██║███████╗███████╗██║ ██║ ██║
╚══════╝╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝
```
# Silly Python
A command line tool to hide your Python file behind random code.## Silly Python installation
Before you start installing Silly Python, you need python installed (download at: [https://www.python.org/downloads/](https://www.python.org/downloads/))
1. Download this script as a ZIP folder: ![Click here](https://github.com/tn3w/sillypython/archive/refs/heads/master.zip) or use git to download it with `git clone https://github.com/tn3w/sillypython.git`.
2. Unpack the ZIP archive into a folder.
3. Use the Python script `silly.py` in the folder with the `-h` arg to get help.## Commands
| Command | Information | Example |
| ------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------- |
| -a, --about | Displays an About menu with information about the software | `python silly.py -a` |
| -h, --help | Displays a help menu similar to this | `python silly.py -h` |
| -f, --file | Defines which file to use, file_path should be a string. | `python silly.py -f some_python_file.py` |
| -i, --iterations | Specifies how many times Sillify should run. From 30 - 40 the program becomes very slow. | `python silly.py -i 25` |