| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse# PRECOMMIT DIRECTIVE
# python -m pip install pre-commit
# pre-commit install
# pre-commit run --all-files
import time, os
from pydub import AudioSegment
from moviepy.video.io.ffmpeg_tools import ffmpeg_extract_subclip
'ACTION_AIRPLANE_MODE_CHANGED'
'ACTION_ALARM_CHANGED'
'ACTION_ALL_APPS'
'ACTION_ANSWER'
'ACTION_APPLICATION_PREFERENCES'
import sys
ASCII_ART_LETTERS = [
" .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .-----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. ",
"| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |",
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
# Avec la bibliothèque `validate_email`
from validate_email import validate_email
def is_valid_email(email):
| Back | FazBrowse Home | New Git URL |