Metadata-Version: 2.1
Name: cookies_package
Version: 1.2.3
Summary: Python package for easier use
Home-page: https://github.com/Callumgm/Cookies_Package
Author: CookiesKush420
Author-email: itstoxizblogs@gmail.com
License: MIT
Keywords: Easy,To,Use,Package
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENCE

<h1 align="center">Welcome to cookies package</h1>

<p align="center">
  <img src="https://sonarcloud.io/api/project_badges/measure?project=Callumgm_Cookies_Package&metric=ncloc">
  <img src="https://img.shields.io/badge/version-1.2.2-blue.svg?cacheSeconds=2592000" >
  <img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" >
  <img src="https://img.shields.io/badge/license-MIT-yellow.svg" >
  <img src="https://img.shields.io/github/last-commit/Callumgm/Cookies_Package">
  <a href="https://twitter.com/Flashouttt" target="_blank">
    <img src="https://img.shields.io/twitter/follow/Flashouttt.svg?style=social">
  </a>
</p>

> Python package for easier use of certin functions

## Usage

```sh-session
pip install cookies_package
```

## Documentation
```py
clear() = Clears the console / Syntax = clear()

setTitle() = Set console title / Syntax = setTitle("Hello world", "CookiesKush420")

slowPrint() = Print text letter by letter / Syntax = slowPrint("Hello world", 0.04)

curl_download() = Download file from github private repo using curl / Syntax = curl_download("main.py", privateToken, "raw.githubusercontent.com/Callumgm/test/master/main.py")

obfusacate() = obfuscate file code before compiling from temp folder / Syntax = obfusacate("main.py")
```


## ChangeLog
```diff
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
```

## Author

**CookiesKush420**  
- Website: http://cookiesservices.xyz/  
- Twitter: [@Flashouttt](https://twitter.com/Flashouttt)  
- GitHub: [@Callumgm](https://github.com/Callumgm)    


## Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check
[issues page](https://github.com/Callumgm/Cookies_Package/issues).  


## Show your support
Give a star if this project helped you! 


## License
 Copyright Â© 2022
[CookiesKush420](https://github.com/Callumgm).<br />  This project is [MIT](https://github.com/Callumgm/Cookies_Package/blob/master/LICENCE) licensed. 
