Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bubblxs/based64

small python script to decode or encode files in the directory to base64.
https://github.com/bubblxs/based64

Last synced: 19 days ago
JSON representation

small python script to decode or encode files in the directory to base64.

Awesome Lists containing this project

README

        

based64

> small python script to decode or encode files in the directory to base64.

### requirements

- python 3.10

### usage

> [!WARNING]
> be aware that the script will encode all files located in the specified directory as well as in their subdirectories.

copy and paste the ``based64.py`` in the directory that you would like to encode the files and execute ``python3 based64.py`` or ``python3 based64.py --decode`` to decode them.

### know issues

- files named with a space - for example, ``random file.txt`` - will throw an exception during decoding. So if you are going to use this AMAZING script, please, give your items a proper name.