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
########################################### | |
## App Name: Z-PlayList Generator. ## | |
## Language : Python 3xx. ## | |
## Coded by: Zephio ## | |
## Date : 16-Nop-2018 ## | |
## Target : Super, DBox, KaonSat, Matrix ## | |
########################################### | |
import os | |
x = 0 | |
ifn = "/storage/emulated/0/List.txt" |
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
#################################### | |
## App Name: Z-PlayList Generator ## | |
## Language : Python 3xx. ## | |
## Coded by: Zephio ## | |
## Date : 16-Nop-2018 ## | |
## Target : M3U. ## | |
#################################### | |
import os | |
x = 0 | |
h = '#EXTM3U' |
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
#################################### | |
## App Name: Z-PlayList Generator ## | |
## Language : Python 3xxx. ## | |
## Coded by: Zephio ## | |
## Date : 16-Nop-2018 ## | |
## Target : Skybox. ## | |
#################################### | |
import os | |
x = 0 | |
ifn = "/storage/emulated/0/List.txt" |
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
# -*- coding: utf-8 -*- | |
####################################### | |
## App Name: Z-MD5 Brute Force ## | |
## Coded by: Zephio ## | |
## Lang: Python 3.xx (QPthon Android ## | |
## Date : 15-Jun-2019 ## | |
####################################### | |
#4 test only | |
#Zeph: e0acbd6d08021f96c1b90647140f5510 | |
#zeph: 6DC21EDC72C0F66130B270F20F38FAA1 |
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
#library units | |
from datetime import datetime | |
import urllib.request | |
import json | |
import ssl | |
import os | |
#date | |
dt = datetime.today().strftime('%m/%d/%Y') | |
#text color |
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
#include <iostream> | |
using namespace std; | |
float a, b, r; | |
char key; | |
string spr = "==========================\n"; | |
int main(); | |
void reset() | |
{ |
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
from os import system | |
system("clear") | |
StrList = "0123456789ABCDEF" | |
msg = "Apps: String To Hex\nCoded by: Zephio\nLang: Python 3.xx" | |
spr = "===========================" | |
print(spr) | |
print(msg) | |
print(spr) | |
inp = input("Enter Text Here: ") | |
print(spr) |
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
program Animasi; | |
uses | |
crt; | |
const | |
s = ' Zephio'; | |
var | |
x: Integer; | |
procedure animasitext; | |
begin |
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
import androidhelper | |
from os import system | |
from sys import stdout | |
from console_progressbar import ProgressBar | |
path = '/storage/emulated/0/sfx/sfx6.mp3' | |
msg = 'Membuat Animasi Sederhana\nMenggunakan Python 3.xx\nCoded by: Zephio 2020' | |
ah = androidhelper.Android() | |
pb = ProgressBar(total = 100, prefix='', suffix='', length = 20, decimals = 0, fill = '■', zfill = '□') |
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
import os, androidhelper | |
path = '/storage/emulated/0/sfx/test.mp3' | |
ah = androidhelper.Android() | |
def test(): | |
os.system('clear') | |
c = chr(ord(input('p = play, s = stop\n>>> '))) | |
if c == 'p': | |
ah.mediaPlay(path) |
OlderNewer