This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# speak.py | |
# | |
# Copyleft 2016 Eduardo França <@edo9k> | |
# | |
# to install | |
# $ sudo apt install python-pip | |
# $ pip install future langdetect pyperclip sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in $files; do echo "mv $i $(echo $i | cut -c 1-8)"; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# encoding: utf-8 | |
import sys | |
from PIL import Image, ImageDraw, ImageFont | |
class codigodebarra: | |
def __init__(self): | |
pass |
NewerOlder