Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bubblxs/based64
- Owner: bubblxs
- Created: 2024-11-08T17:54:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:56:28.000Z (about 2 months ago)
- Last Synced: 2024-11-08T18:35:36.916Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.