A console utility to bring up new Tor nodes easily

A console utility to bring up new Tor nodes easily Current progress Works: key generation node management commands file copy command execution on one or all nodes automatic configuration of tor on the node Works in progress: meaningful statistics ability to compile torspray to a standalone executable password login support Why? This tool is meant to empower less tech-savvy users to be able to quickly and effortlesslybring up tor nodes to help out the network in times of crisis. What […]

Read more

Enlighten Progress Bar: a console progress bar library for Python

Enlighten Progress Bar Enlighten Progress Bar is a console progress bar library for Python. The main advantage of Enlighten is it allows writing to stdout and stderr without any redirection or additional code. Just print or log as you normally would. Enlighten also includes experimental support for Jupyter Notebooks. The code for this animation can be found in demo.py in examples. Documentation https://python-enlighten.readthedocs.io Installation PIP $ pip install enlighten RPM Fedora and EL8 (RHEL/CentOS) (EPEL repositories must be configured for […]

Read more

A simple console manager for OverDrive audiobook loans in python

A simple console manager for OverDrive audiobook loans. A python port of overdrive. Requires Python >=3.5. Features Downloads the cover and audio files for an audiobook loan Supports the return of a loan Install # Install / Update to specific versionpip3 install git+https://[email protected]/ping/[email protected] –upgrade # Install / Update from latest sourcepip3 install git+https://[email protected]/ping/odmpy.git –upgrade –force-reinstall # Uninstallpip3 uninstall odmpy Usage usage: odmpy [-h] [-v] [-t TIMEOUT] {info,dl,ret} … Download/return an Overdrive loan audiobook optional arguments: -h, –help show this help […]

Read more

Magnificent app which corrects your previous console command

The Fuck is a magnificent app, inspired by a @liamosaur tweet, that corrects errors in previous console commands. Is The Fuck too slow? Try the experimental instant mode! More examples: ➜ apt-get install vim E: Could not open lock file /var/lib/dpkg/lock – open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? ➜ fuck sudo apt-get install vim [enter/↑/↓/ctrl+c] [sudo] password for nvbn: Reading package lists… Done … ➜ git push fatal: The current branch […]

Read more

Tmux session manager built on libtmux

tmuxp, tmux session manager. built on libtmux. We need help! tmuxp is a trusted session manager for tmux. If you could lend your time to helping answer issues and QA pull requests, please do! See issue #290! New to tmux? The Tao of tmux is available on Leanpub and Amazon Kindle. Read and browse the book for free on the web. Installation $ pip install –user tmuxp Load a tmux session Load tmux sessions    

Read more

Console XMPP client in python

poezio Poezio is a console Jabber/XMPP client. The initial goal was to provide a way of connecting easily to XMPP without the need for an account, exactly like IRC clients. Poezio’s commands are also designed to be close, if possible, to the ones commonly used in IRC clients (weechat, irssi, etc). For this reason, the experience is still centered around chatrooms, despite poezio being a full-featured XMPP client for a very long while. Install Packages The stable version of poezio […]

Read more