Crypto Portfolio Tracker I wrote in Python with a pretty CLI. Taking critique and answering any questions.

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CoinSense

    CLI tool for real-time crypto portfolio tracking.

  • Python Fire

    Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

  • Also check out python-fire to make your cli much easier.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Poetry

    Python packaging and dependency management made easy

  • Instead of that bat file, look into using Poetry. What you'll be able to do is to define your cli as an entrypoint. Then you can build a wheel that will work for any environment. No more windows only. Of course the main benefit of Poetry is the outstanding dependency management.

  • rich

    Rich is a Python library for rich text and beautiful formatting in the terminal.

  • One suggestion for you: Use this library for your tables Rich Library. The tables look pretty good!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts