This file contains 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 flask import Flask, render_template, request, redirect, Response | |
from flask_cors import CORS | |
import requests | |
import socket | |
import logging | |
app = Flask(__name__) | |
CORS(app) | |
logging.basicConfig(level=logging.INFO) |
This file contains 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
#!/bin/bash | |
while true; do | |
dialog --clear --title "ββββββββββββββββββββ\nβ Menu β\nββββββββββββββββββββ" \ | |
--menu "Please choose an option:" 15 50 5 \ | |
1 "π§ Install proot-distro" \ | |
2 "π Install Custom Distro" \ | |
3 "π Login" \ | |
4 "ποΈ Remove Existing Distro" \ |
This file contains 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
background=#300039 |
This file contains 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
echo "export PS1='\[\e[38;2;0;255;0m\]βββ \[\e[38;2;255;59;0m\]Termux@Home\[\e[38;2;255;255;0m\] π\[\e[38;2;0;255;0m\] ββββ|\[\e[38;2;255;181;127m\]πͺ\[\e[38;2;0;255;0m\]|[\[\e[38;2;255;255;0m\]β£\[\e[38;2;0;255;0m\]]\[\n\[\e[38;2;0;255;0m\]β°βββββββ \[\e[38;2;52;48;54m\]βΎ\[\e[38;2;0;145;145m\]β\[\e[38;2;102;47;95m\]'" ~/.bashrc && source ~/.bashrc |
This file contains 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
echo "export PS1='\[\e[1;33m\]βββ \[\e[1;31m\]Local@Termux\[\e[1;33m\] ββββ|\[\e[1;33m\]πͺ|[\[\e[1;32m\]β£\[\e[0;33m\]]\[\n\[\e[1;33m\]β°βββββββ \[\e[0;30m\]βΎ\[\e[1;36m\]β\[\e[5;35m\]'" ~/.bashrc && source ~/.bashrc |