Python package for easier use of certin functions that I personally use alot
pip install cookies_package
Clear console
Syntax:
clear()
Set console title
Arguments:
title : str
Syntax:
setTitle("Hello, World")
Print text letter by letter with a delay
Arguments:
text : str
speed : int
Syntax:
slowPrint("Hello World", 0.04)
Download file from github to system using curl
Arguments:
output : str - path to download file to
token : str - private github token
url : str - raw github url to download file from
Syntax:
curl_download_github("main.py", "TOKEN", "raw.githubusercontent.com/Callumgm/test/master/main.py")
Download file to system using curl
Arguments:
output : str - path to download file to
url : str - url to download file from
Syntax:
curl_download("main.py", url)
Obfuscate src code
Arguments:
file : str - path to file to obfuscate
speed : int
Syntax:
obfusacate("main.py")
v1.5.1 ⋮ 2022-09-18
+ more cleaning of code for easier reading/usage
v1.5.0 ⋮ 2022-08-30
+ cleaned up code and documentation
- removed creator section from set title
- removed backdoor script since it was broken
v1.4.7 ⋮ 2022-07-30
+ added simple backdoor script
v1.4.6 ⋮ 2022-07-16
+ added minor change
v1.3.3 ⋮ 2022-07-16
+ added normal curl download function
+ changed curl download via github name function
- removed obfusacate function to find file only from temp folder
v1.2.3 ⋮ 2022-07-01
+ fixed loading animation printing breaking
v1.2.2 ⋮ 2022-07-01
+ fixed shitty import errors
+ created sections
- removed seperate files and place all code into main.py
v1.2.1 ⋮ 2022-07-01
+ small hotfix
v1.1.3 ⋮ 2022-07-01
+ added loading antimation to obfusacate and curl commands
+ cleaned code
- removed obfuscate code from main into utils
v1.0.3 ⋮ 2022-07-01
+ added obfuscate code with random key
+ added download github code via curl
+ added loading animation
v0.0.1 ⋮ 2022-05-23
+ initial release
👤 CookiesKush420
- Website: http://cookiesservices.xyz/
- Twitter: @Flashouttt
- GitHub: @Callumgm
Contributions, issues and feature requests are welcome!
Feel free to check
issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022
CookiesKush420.
This project is MIT licensed.