Arithmos cipher on CLI based

This is the CLI version of Arithmos Cipher. Install pip install arithmos-cipher Encrypt For two sentences or more : arithmos enc “Arithmos cipher” Decrypt arithmos dec 382543210904 For two sentences or more : arithmos dec “2718092008131519 030916080518” For more information of all command, you can type: GitHub View Github    

Read more

A simple Python 3.9+ command-line application for managing Fidelity portfolios

fi is a simple Python 3.9+ command-line application for managing Fidelity portfolios. Master, when you need to manage your portfolio, I calculate a 75% probability thatfi will be helpful. Warning fi asks for manual confirmation: Place order [Y/n] Pressing enter uses the default value Y meaning yes. Use Install a browser driver. Clone fi: git clone https://github.com/qnevx/fi.git Install requirements: pip install -r requirements.txt Update config.ini with your own information. Run fi.py. Recover from an error If an error occurs   […]

Read more

Command-line clone of Josh Wardle’s WORDLE

Command-line clone of Josh Wardle’s WORDLE, inspired by Paul Battley’s Ruby version. Features: play against random solutions, or against the once-a-day “official” Wordle solution (with –today) official dictionaries of solutions and valid guesses spoiler-free emoji summaries for sharing Download and run (./play.py) Requires Python 3.6 or later, and a terminal which supports colours and ANSI CSI codes, e.g. Windows Terminal. To get the code: git clone https://github.com/klipspringr/wordle-cli.git && cd wordle-cli alternatively, if you don’t have git: click Code > Download […]

Read more

Centauro – a command line tool with some network management functionality

Ferramenta de rede O Centauro Ă© uma ferramenta de linha de comando com algumas funcionalidades de gerenciamento de rede, tais como: Apesar de ser desenvolvido especialmente para o Windows, que tem problemas em encontrar ferramentas do tipo para download, tenho tentado deixar compatĂ­vel com o Linux. Por favor comunique qualquer bug encontrado ou mande um pull request com a correção. Toda ajuda Ă© bem-vinda! Scanner de portas TCP; Descoberta de hosts;No prompt de comando, use passe o argumento –help para […]

Read more

A cli based snake game written in Python

Things that I learned in this project: OOP in Python. Clean code. The curses library. How to run the game You need to clone this project and run the run.py file, in src/ folder, with the python interpreter. git clone https://github.com/kevinmarquesp/snake_game cd snake_game/src ./run.py # OR: python3 run.py About the game You can move the snake with arrow keys, vim keys (H, J, K, L) and WASD. Space, Return and O keys do the same thing, they are the confirm […]

Read more

A CLI for advanced management of your notes with simple commands

This is a CLI for advanced management of your notes with simple commands. To use this app, simpy clone this repo and place your notes into storage folder. You can set up the relative path and name of the folder with notes in scripts/config.py. To manage your notes, just run python manager.py. There are scripts which help to work with text in the files in the scripts/body_tools.py. You can add your own functions in the scripts/custom_tools.py. Don’t forget to register […]

Read more
1 2 3 4 12