Python port of TheProofIsTrivial
Project description
TheProofIsTrivial
Python port of the javascript based website TheProofIsTrivial.
Usage
Python Library
import theproofistrivial
quote = theproofistrivial.QuoteGenerator()
output = quote.create()
print(output)
The result is a list:
['The proof is trivial! Just biject it to a',
'combinatorial',
'field',
'whose elements are',
'associative',
'linear transformations']
You can then process the list to make a single string or leave as is:
# Single line string
output = " ".join(output)
# Multi line string
output = "\n".join(output)
Command Line
theproofistrivial -h
usage: __main__.py [-h] [-o]
optional arguments:
-h, --help show this help message and exit
-o, --oneline show output as a single line
theproofistrivial
The proof is trivial! Just view the problem as a
computable
hypergraph
whose elements are
total
unbounded-fan-in circuits
theproofistrivial -o
The proof is trivial! Just biject it to an associative semigroup whose elements are perfect manifolds
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
File details
Details for the file theproofistrivial-0.1.1.tar.gz
.
File metadata
- Download URL: theproofistrivial-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c56ff6cabde48ba3086ed79691a53ff0aef0ae06a576af9e8e5b114e79f5f54 |
|
MD5 | d8699de60609f42cfb40cf4abb0f8bda |
|
BLAKE2b-256 | 467a723bd0b2ce97754a99ce0dbcdac71e515270aa6783a78b90018deb93f8e3 |
File details
Details for the file theproofistrivial-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: theproofistrivial-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9882f803b7c561712a8ce7f9dc2d96cf91823df038b30327b1bfb729cca93f1 |
|
MD5 | 8d12d76675c99f0ee97431f21d508724 |
|
BLAKE2b-256 | 956ead537dc4b71fbcefe17b587b98cd72b027f1764a51f517a64edbeec4c476 |