A module that will make your coding easier
Project description
easy_py
easy_py is a Python package designed to make your Python coding experience easier by providing shorthand versions of commonly used functions. With easy_py, you can save keystrokes and time when writing basic Python code.
Installation
Install Short-Py using pip:
pip install Short-Py
Usage To use Short-Py, simply import the package and call its functions like so:
from Short-Py import p
# Instead of using print(), use p() for the same result
p('Hello, world!')
Here is a quick example that shows Short-Py in action:
from Short-Py import *
# Print a simple string
p("I'm using Short-Py!")
# Print multiple expressions
p("The answer to 2 + 2 is:", add(2, 2))
Output:
I'm using Short-Py!
The answer to 2 + 2 is: 4
Contribute
We welcome contributions to Short-Py! If you have a suggestion or improvement, feel free to fork the repository and submit a pull request.
License
Short-Py is released under the MIT License. See the LICENSE file for more details.
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 short_py-1.3.1.tar.gz
.
File metadata
- Download URL: short_py-1.3.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e4917306f712c3ebb698c3fbf5f2a16d480ce245b7dcfccb395201e99996e4e |
|
MD5 | ee37b834b3d632f0e1db1f5e0c7f17c5 |
|
BLAKE2b-256 | c0df77888d7fa32d6a59b7836756fe5d6f12d66b33ccb5ab20b36649cc979fa7 |
File details
Details for the file Short_Py-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: Short_Py-1.3.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca4be021f3c6426976e50c8bb90838f54ca3bed2799cb43bc26e60489665d321 |
|
MD5 | a85e208acc046f2be2a3409b95033df4 |
|
BLAKE2b-256 | 299052714394b6ef8add66720858c9b084aad5d367895a7ff2b76dcb3b8e74a7 |