Top 23 Python Console Projects
-
-
Project mention: where can i get a ranger/hunter appimage?! | reddit.com/r/linuxquestions | 2022-05-21
Read the repo. https://github.com/ranger/ranger Ranger is written in Python. Download the code and run it.
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
Try GDB Dashboard, it makes gdb much easier to use:
https://github.com/cyrus-and/gdb-dashboard
There's also Voltron which works with both gdb and lldb (amongst others):
-
I personally use Buku: https://github.com/jarun/buku/ Works pretty well for me, specially with its web frontend (bukuserver).
-
asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Project mention: Asciiville 1.3.1r2 - ASCII Art, animations, and command line Utilities for Linux | reddit.com/r/asciiart | 2022-05-06asciimatics - automatically display a variety of character based animation effects
-
Project mention: What are some of your favorite CLI/TUI apps? | reddit.com/r/commandline | 2022-05-08
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies (by kroitor)
And with some help from a slightly modified asciichart.js (and modifying the DOM to use a monospaced font), I was also able to generate a text-based chart as well, so I can easily view "X over time" or whatever data from my servers. It's been super useful and helped me catch a few bugs in my scripts tbh.
-
Project mention: What's your setup like to make your life easier? | reddit.com/r/bioinformatics | 2022-02-04
I use the same extension you linked, along with: - Radian for syntax-highlighting & auto-completion - VSCode-R-Debugger - httpgd for serving graphics via HTTP
-
video-to-ascii
It is a simple python package to play videos in the terminal using characters as pixels
Project mention: How was this effect of code replacing the headshots done? | reddit.com/r/AfterEffects | 2021-11-04you could use one of the many video-to-ascii command line tools to render out a video you made first. then you can overlay that into your actual video. It doesnt look like thats what they did but i think it could look even better than this if executed right
-
Project mention: Is anyone else trying to get into quantum computing and would like to chat and maybe become buddies to share material and help each other with roadblocks? | reddit.com/r/QuantumComputing | 2022-05-07
If you are getting into Python, please make the world (which includes your coding environment) a more beautiful place and use Sublime Text to compose your scripts and install Terminus on it so you can render inside Sublime Text itself and finally stop using that damn ugly IDLE and command prompt!
-
ueberzug
ueberzug is a command line util which allows to display images in combination with X11. The user is expected to have knowledge of theoretical computer science. https://github.com/seebye/ueberzug/wiki/Troubleshooting/119e30f331799b30fb9594db29740685cb09425b
Project mention: What plugins do you guys usually use to preview images/svgs? | reddit.com/r/neovim | 2022-04-20fzf-lua with ueberzug or viu
-
-
Project mention: imgp - Fast batch image resizer and rotator in Python | reddit.com/r/linux | 2022-01-25
-
Project mention: Prédiction de séries chronologiques avec une carte GPU dans Paperspace Gradient et le langage Julia… | dev.to | 2022-04-24
-
Suplemon
:lemon: Console (CLI) text editor with multi cursor support. Suplemon replicates Sublime Text like functionality in the terminal. Try it out, give feedback, fork it!
lets say you want to re write a project like this https://github.com/richrd/suplemon/tree/master/suplemon
-
-
-
Project mention: What CLI/TUI programs do you wish existed/were better? | reddit.com/r/linux | 2021-10-03
You mean, Tremc and Stig ?
-
RecoverPy
Interactively find and recover deleted or :point_right: overwritten :point_left: files from your terminal
Project mention: Recover deleted/overwritten files with RecoverPy 1.5.0 | reddit.com/r/Python | 2022-04-26Hi! I recently release RecoverPy v1.5.0 and I think I might give you some news. -> Repo: https://github.com/PabloLec/RecoverPy -> What is it? RecoverPy is a 100% Python tool to not only recover deleted but also overwritten files. I got the idea when I was quite new to some programming best practices, especially version control... Long story short, I accidentally piped my output into my precious script... Just spent the day working on something and instead of typing myscript > log, I typed log > myscript, oh boy what a feeling. I knew some tools to recover deleted files, but my problem was quite different, I didn't deleted the file (in system words, marked the file blocks as deleted/available), I just replaced it's content. Talk about an impostor syndrome. After a long ride in the abysses of unix stackexchange, I found some dark combination of grep and dd command to search directly in your raw system partitions blocks and eventually recovered my file! But as the process was really slow and painful, I thought it might be a good idea to make a tool out of it. That's how RecoverPy was born.
-
Project mention: Date Time Expression - a language for expressing and calculating date and time | reddit.com/r/programming | 2021-10-14
dte is a little interpreter I've been having so much fun making and I think it's close to done. It's a date-time calculating language with a focus on (firstly) broad interpretation and (secondly) minimalism. In natural language, there are many ways to describe date and time and its operations, and dte is an attempt to reflect that. It's made with the help of the ply, a pure-python implementation of lex and yacc. It was inspired by pdd, which is another command-line utility for quick date-time calculations.
-
I'm sure that vi and Emacs will happily do this and more, but I'm hoping for something a little lighter in weight. ci_edit nearly fits the bill, except it doesn't show a word count, and I thought I would ask first before trying to patch it.
-
Project mention: python-prompt-toolkit VS python-sploitkit - a user suggested alternative | libhunt.com/r/python-prompt-toolkit | 2022-01-15
Not an alternative to Prompt Toolkit but actually a development kit relying on it ; Sploitkit allows to easily make a Metasploit-looking interface with a simple plugin architecture of modules and commands. It currently lacks documentation unfortunately...
Python Console related posts
- where can i get a ranger/hunter appimage?!
- Is anyone else trying to get into quantum computing and would like to chat and maybe become buddies to share material and help each other with roadblocks?
- Asciiville 1.3.1r2 - ASCII Art, animations, and command line Utilities for Linux
- Is there a way to use vim keybindings in command line mode?
- How to enable image preview in ranger?
- Any way to integrate GitHub desktop instead of Sublime Merge?
- How to change default apps?
Index
What are some of the best open-source Console projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | tqdm | 22,072 |
2 | ranger | 11,549 |
3 | gdb-dashboard | 8,595 |
4 | buku | 5,101 |
5 | asciimatics | 3,053 |
6 | s-tui | 2,988 |
7 | ddgr | 2,373 |
8 | asciichart | 1,391 |
9 | radian | 1,376 |
10 | video-to-ascii | 1,337 |
11 | Terminus | 1,196 |
12 | ueberzug | 1,077 |
13 | dronesploit | 1,014 |
14 | imgp | 878 |
15 | nvitop | 842 |
16 | Suplemon | 769 |
17 | pulsemixer | 550 |
18 | yaspin | 534 |
19 | stig | 433 |
20 | RecoverPy | 368 |
21 | pdd | 263 |
22 | ci_edit | 201 |
23 | python-sploitkit | 193 |
Are you hiring? Post a new remote job listing for free.