igormcsouza / personal-bin

My personal automations I use on my workdays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal bin programs

Here is my automations I usualy use for my job and life.

How to install it on a new computer.

  1. Clone this repository on $HOME and rename it to bin
  2. Add $HOME/bin to the $PATH

List of programs

  • mkpyenv: Creates a python environment on that folder which is called. Gets one argument which is the python version, for example:
mkpyenv 3.9
  • getDollar: Show on screen the current USD-BRL rate and some others statistics.
getDollar
  • cannedpy: Spin up a python interpreter with the configurations of the current project. The first argument is the python version. To install requirements just add the requirements.txt to the folder, add .env if you need any env variable.
canndpy 3.11

Troubleshoot

Nothing here yet! :D

About

My personal automations I use on my workdays


Languages

Language:Python 69.4%Language:Shell 30.6%