Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mtqdm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mtqdm

Put tqdm on your menu bar.

  • 0.1.4a1
  • PyPI
  • Socket score

Maintainers
1

mtqdm v0.1.4a1

⚠️ Warning: This project is VERY MUCH in alpha. While it works (a little bit), it was written in a single sitting exclusively using Cursor; which is amazing but also means I haven't authored a single line of code, or even read through tqdm, or rumps' docs. Expect major rough edges, but improvements are actively being made. Especially since this is a tool I'll be using myself.

Put tqdm on your menu bar.

Usage

pip install mtqdm

My intentions for mtqdm is for it to be a drop-in replacement for tqdm. So simply replace tqdm with mtqdm in your code.

from mtqdm import mtqdm
for _ in mtqdm(range(100)):
    # ...

mtqdm-0.1.4a1 in action

The progress bar from tqdm will still be displayed in the terminal. Additionally, a progress bar like the one above will appear in the menu bar. Clicking it will reveal metrics.

100%|████████████████████| 100/100 [00:15<00:00, 6.50it/s]

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc