It's SuperCool!
Project description
SupyCool
SupyCool, as the name suggests, is "SuperCool"! It is a Windows platform module that creates funny effects similar to MEMZ. The motivation behind creating this was the lack of such effects in Python. If you search online, you'll find that there are very few impressive effects created with Python, so I decided to create SupyCool.
The name was inspired by a famous American director's phrase in a TV show (which has now become an emoji). The phrase "Funny fucking =)" is my personal catchphrase, influenced by some Chinglish style. It means that once you encounter a code with "funny fucking," your computer will no longer be under your control!
This project is essentially a collection of effects originally written in other languages like C++, rewritten in Python. I have OCD, so I meticulously wrote these codes one by one using IDLE.
These codes are not copyrighted; they are completely free and open source! I hope you enjoy them!
Usage:
1. Copy Code (Recommended)
- Open SupyCool.py with any text editor.
- Copy all the code from it and paste it into your own code. That's it!
- You can then freely write your own code! The recommended way to call it is:
cool = SupyCool() # ...
orSupyCool...
2. Module Import
- Copy SupyCool.py to your project directory.
- Import it in your preferred way. Here's a recommended way:
from SupyCool import Supycool as cool # ...
orfrom SupyCool import Supycool
3. Writing Code Directly in SupyCool.py
- Simply write your code directly in SupyCool.py.
4. Contributing with Rich Content
- You cannot modify existing code.
- Comments should be in English or English/Chinese.
- Group your functions into one function before adding them.
- Place your functions in the appropriate section (e.g., screen, windows) based on the examples inside.
- Function names should follow UpperCamelCase (e.g., FunnyFucking).
- Function names should be concise, so users can quickly understand their purpose. For example, if the function inverts the screen color, it should be named "InvertColor" instead of "InvertScreenColor."
Copyright: pyhnm
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file SupyCool-1.0.1.tar.gz.
File metadata
- Download URL: SupyCool-1.0.1.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abac3f52c65c79ac90df93b7011dd93a6e2caa0bf4ec3d95a155698e9972439e
|
|
| MD5 |
71f91f05408cdc49a794c314b73c4263
|
|
| BLAKE2b-256 |
2f7e986e6595edc13a5eb85be2874f1d841942f02b6c81e9a181789a9341d338
|
File details
Details for the file SupyCool-1.0.1-py3-none-any.whl.
File metadata
- Download URL: SupyCool-1.0.1-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c202af0608bfad344f495fa6c15ca9b4600d755d08abb7054517cb06d509722b
|
|
| MD5 |
83b64a395a4f5337eefe173f9672d993
|
|
| BLAKE2b-256 |
9200593e9801fb17771d05d64bf4319660714df27cdc166185172bff071cba4a
|