Skip to content

This Python program encodes a file in base64 format and saves the result to a new file with a ".b64" extension. It is a command-line tool that can be used to automate file encoding tasks.

Notifications You must be signed in to change notification settings

FilipRokita/TOBASE64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOBASE64

ToBase64 is a simple Python script that allows you to convert a file to Base64 encoding. The script uses the popular base64 library to encode the contents of a file as Base64 data.

How to Use

To use ToBase64, run the script in your Python environment and provide the file path as a command-line argument. For example, if you want to encode a file called "example.txt", run the script with the following command:

python ToBase64.pyw /path/to/example.txt

This will create a new file in the same directory as the original file with the extension ".b64", containing the Base64-encoded data.

Dependencies

This script requires the base64 library to be installed in your Python environment.

Author

This script was created by Filip Rokita. You can learn more about me and my work at www.filiprokita.com.

About

This Python program encodes a file in base64 format and saves the result to a new file with a ".b64" extension. It is a command-line tool that can be used to automate file encoding tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages