Simple Text-Processing and -Analytics Command Line Tool made in Python.
Project description
cat_win
Simple Text-Processing and -Analytics Command Line Tool made in Python
Explore the code »
Request Feature
·
Report Bug
·
Request Documentation
Table of Contents
🔥 About The Project
This project copies the fundamental framework of the cat command-line tool from Unix and translates its features to an OS Independent program using Python.
The project has evolved into many other subject areas like 'echo', 'grep', 'ls', 'base64'...
Additionally it includes an editor and a hex editor aswell as the feature to manipulate the content of any given file in countless ways, generating the checksum of any file, converting hexadecimal, decimal, octal and binary numbers within any text, and much much more ...
Made With
🚀 Getting Started
Prerequisites
Using cat_win as a Python Package
demands a Python-Interpreter (>= 3.6).
Using cat_win as a Binary Executable
demands no prerequisites, hereby the stand-alone executables are sufficient.
Installation
Python Package
Simply install the python package (via PyPI-cat_win):
python -m pip install -U cat_win[clip]
python -m pip install -U cat_win
cat_win uses the pyperclip module by default. Should any problems occur, you can also use
the pyperclip3 or pyclip module.
In this case simply don't install with [clip]
and manually install the desired module yourself.
On older Windows systems colored output may not be displayed correctly.
In this case you can try to fix the problem by installing the cat_win-package with the optional color-fix [cfix]
dependency.
This fix will use the colorama module
which can also be installed after the fact to patch the problem.
Binary Executable
OR alternatively you can use the (standalone) binary executable version:
Direct Download:
Windows - catw.exe
Windows - cats.exe (REPL)
Linux - catw
Linux - cats (REPL)
MacOS - catw
MacOS - cats (REPL)
(compiled using PyInstaller)
It is recommended to add the file path(s) to your system-environment PATH
-variables.
❗️ You should never trust any executable file! Feel free to compile the package yourself (e.g. using PyInstaller).
⚠️ You can verify the creation of the executable files yourself by reading the source code, checking the origin of the file and validating the corresponding workflow used.
🔧 Usage
> catw [FILE]... [OPTION]...
> catw --help
Concatenate FILE(s) to standard output.
...
> cats [OPTION]...
> cats --help
Interactively manipulate standard input.
...
Documentation
👉 A detailed 💡Documentation💡 of all Parameters has moved to another File. Read about specific Arguments & Options here.
Examples
📂 Images 📂
> echo "Hello World :)" | catw - [6:] | catw - [::-1] -ln
1) [8] ): dlroW
> cats --eval --dec
> >>> 0xF * 5
75 [Bin: 0b1001011, Oct: 0o113, Hex: 0x4b]
> >>> ...
📋 Changelog
Take a look at the Changelog file.
📜 License
This project is licensed under the MIT License - see the LICENSE file for details
💫 Contact
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 Distributions
Built Distribution
File details
Details for the file cat_win-1.9.2-py3-none-any.whl
.
File metadata
- Download URL: cat_win-1.9.2-py3-none-any.whl
- Upload date:
- Size: 164.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8420b1949b8e2b9f3c25c2b75cdcd8eddc1f085ead0b5f7b6b18e6a9ba83f354 |
|
MD5 | 65bfd0207b12c148c21ad4327eac5467 |
|
BLAKE2b-256 | 00d1e2cffdbd34970d578c3ae0d192560ee60d8ba5d236487daef813f8ce15d3 |