A joke program based on a popular credit card scam meme
Project description
Tsukasa credit card gag scam
NOTE: This is a joke program, it has zero malicious intent and is simply designed to have fun with an old Internet joke.
This is a fork of Bleeplo's version with a more standardised project structure, and built-in releases.
Example
Getting Started
Dependencies
The main project has very few library dependencies. They're all listed in
pyproject.toml.
The project assumes Python version 3.11.0 or newer.
The project is tested on the latest versions of Windows, Mac OS, and Ubuntu, and it has also been tested on both CPython and PyPy. Using other implementations or operating systems may work, but is not guaranteed.
Installation
To install the project with development dependencies,
- Install
uv:uvdocumentation - Within the project directory, run
uv sync
Running the program
uv run tccgs
Running linters
uv run ruff check .
If you wish to auto-fix certain issues,
uv run ruff check . --fix
Running formatters
uv run ruff format
Building executables
You can build an executable for non-Windows platforms using
uv run nuitka --standalone --onefile --assume-yes-for-downloads --output-dir=build --enable-plugin=tk-inter --include-data-dir=src/tccgs/data=data src/tccgs/script.py
and for Windows with
uv run nuitka.cmd --standalone --onefile --assume-yes-for-downloads --output-dir=build --enable-plugin=tk-inter --include-data-dir=src/tccgs/data=data --windows-console-mode=attach src/tccgs/script.py
Version history
The project's changelog can be found here.
Special thanks
Project details
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 tsukasa_credit_card_gag_scam-1.2.0.tar.gz.
File metadata
- Download URL: tsukasa_credit_card_gag_scam-1.2.0.tar.gz
- Upload date:
- Size: 994.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45325be52cd6a285fbb4893d6be0a1e187d1059542a353de9e6b6926456defed
|
|
| MD5 |
5fcf8b677a828a6c9b6ea08518fe1326
|
|
| BLAKE2b-256 |
75e926f88f35830e631f066f897bfd82bf4a421d12b0ef8df7a55512e1925d71
|
File details
Details for the file tsukasa_credit_card_gag_scam-1.2.0-py3-none-any.whl.
File metadata
- Download URL: tsukasa_credit_card_gag_scam-1.2.0-py3-none-any.whl
- Upload date:
- Size: 242.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc8983d63daa73c48693d4ef4addea6fcd0a85e339339a6da6f50f69a08c4842
|
|
| MD5 |
97eaa7ac2a5fb9bae05233a76db97d91
|
|
| BLAKE2b-256 |
f901f38b6959e2a8c8ef0d420c9b390d913be48db139a9f3bc54948ce80a06e8
|