Skip to content

johjoh51100-boop/Orcotool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

🛠️ Orcotool - Multi-Tool Version

License Python Platform

Orcotool est un outil multi-fonctions puissant conçu pour l'automatisation, le réseau et la gestion de données. Compatible entièrement avec Termux (Android) et Windows (PC).


🚀 Installation Rapide (One-Line)

Ces commandes s'occupent de TOUT : Mise à jour du système, installation de Python, installation de Git, installation des bibliothèques et lancement du script.

📱 Pour Termux (Android)

Copie et colle cette ligne dans Termux : copy and paste this :

pkg update && pkg upgrade -y && pkg install python git -y && pip install requests dnspython websocket-client flask beautifulsoup4 && git clone https://github.com/johjoh51100-boop/Orcotool && cd Orcotool && python f_orco.py

🖥️ Pour Pc (windows)

Copie et colle cette ligne dans le terminal en tant qu'administrateur : copy and paste this :

curl.exe https://bootstrap.pypa.io/get-pip.py -o get-pip.py ; python get-pip.py ; winget install -e --id Git.Git ; pip install requests dnspython websocket-client flask beautifulsoup4 tqdm ; git clone https://github.com/johjoh51100-boop/Orcotool ; cd Orcotool ; python f_orco.py

Releases

No releases published

Packages

No packages published

Languages