pyloves

Pyloveis a python library create to show all my love and creativity to Sara Maria Bejarano the love of my live


Keywords
pyloves
License
MIT
Install
pip install pyloves==1.0.0

Documentation

pylove

Documentation Status

Pyloves is a python library create to show all my love and creativity to Sara Maria Bejarano the love of my live

Stable release

check the stable relase at https://pypi.org/project/pyloves/

To install pyloves, run this command in your terminal:

$ pip install pyloves

Features

There are 3 main features

  • Encrypt file: This feature is a function that recieves one password and the path of a file you want to encrypt the function produces a .bejaranoEncrypt file in the same folder of the input file
  • Decrypt file: This feature is a function that recieves one password and the path of a file generate by the encrypt function ( .bejaranoEncrypt file) the functions generates a file decrypts
  • Say Love: This feautre is a function that returns and prints the translation of 'Te amo con todo mi corazón' in a random language, the list of langs is the list define in the ISO_639-1 list

Usage

from pyloves.pyloves import encrypt_file, decrypt_file, say_love


encrypt_file("16-octubre", "file_input.txt") # Generates .bejaranoEncrypt file
decrypt_file( "16-octubre", "file_input.txt.bejaranoEncrypt") # In this example is going to override first input path
say_love() # prints 'Love you' in random language

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.