Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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` |