Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

ItsQuadrus/the-useless-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The useless CLI

WARNING: DON'T USE THE PASSWORD GENERATOR. IT IS VERY UNSAFE AND WAS MADE FOR FUN!

What is this?

This is a useless CLI that does some things that are not really helpful. It is written in Python and is cross-platform. I mainly made this to learn how to use Typer and PyInstaller. I also wanted to make a CLI that does something useful, but I couldn't think of anything. So I made this.

Installation

Use pip to download from PyPI:

pip install the-useless-cli

Or install from the .tar.gz, click this button to install the latest version:

pip install the_useless_cli-0.0.1.tar.gz

Build instructions (ignore if you want to install)
If you just want to install, don't build it yourself. Download the latest release from pip. If you want to build it yourself, follow these steps:
  1. Clone the repository

  2. pyinstaller src/__main__.py --onefile --name useless

  3. Move the executable to a folder in your PATH

  4. Run useless in your terminal

  5. Enjoy!

Commands

Everything is listed in here. If you don't want to read that, just try useless --help in your terminal.

License

This project is licensed under the GNU GPLv3 license. See LICENSE for more information.

In short:

  • Anyone who modifies or distributes this code must make their modifications or distribution available under the GPL.
  • Anyone who distributes this code must give "ItsQuadrus" credit as the original author.
  • Derivative works must be distributed under the same license terms as the original work.

(This is a summary, not the license itself. This is not legal advice. Read the full license for more information.)