Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.92 KB

File metadata and controls

40 lines (25 loc) · 1.92 KB

Python

This repository contains a ton of useful CLI scripts and other Python related projects.

Apps

In this folder I put my standalone Python scripts, run without opening the shell.
Each script is its own small app, that does something specific.

Commands

This folder contains many Python scripts, that are supposed to be run as CLI commands.
To see what each command is used for, see the folder's README.md.

Projects

Harmless Prank Viruses

These are harmless prank virus Python scripts (also as executables), that do all sorts of annoying things.
Every script/executable has an exact description of what it does in the README.md of this project.

Caution

These scripts lead to actions on your PC that you might not want.
However, it is important to note that none of these scripts will cause damage to your PC.

x-convert

This is a standalone Python script, supposed to be run as a command.
It's used for converting one type of code into another type of code.
For more information, take a look at the README.md.