Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
cracker911181
GitHub Repository: cracker911181/Cracker-Tool
Path: blob/main/requirement.sh
482 views
1
pkg install figlet -y
2
pip install requests
3
pip install mechanize
4
5
# remove play-store coution notice:
6
rm -rf /data/data/com.termux/files/usr/etc/motd-playstore
7
8
pkg install p7zip
9
10
pip install pyfiglet
11
pip install bs4
12
pip install lolcat
13
#pip install -i https://test.pypi.org/simple/ cracker-say
14
#pip install git+https://github.com/cracker911181/cracker_say
15
pip install cracker-saying
16
pip install cowsay
17
pip install youtube_dl
18
pip install gTTS
19
pip install telethon
20
pip install python-telegram-bot
21
22
23