omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. bigbridge

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    bigbridge

    @bigbridge

    I started to learn Python on Pythonista and Pycharm from Feb 2020.
    I'm just trying 365days challenge of learning Python.
    I think It's very few explanation site of Pythonista in Japanese.
    So I've registared this forum, but my English is terrible and somotimes wrong.
    but I want to master Python and making my App and service.
    Thanks in advance

    0
    Reputation
    282
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website udemyfun.com

    bigbridge Unfollow Follow

    Latest posts made by bigbridge

    • RE: Can I use termcolor in Pythonista?

      @cvp
      I really appreciate your kindness reply.

      I can output 3 colors on console and I study your script.

      posted in Pythonista
      bigbridge
      bigbridge
    • RE: Can I use termcolor in Pythonista?

      @JonB said:

      Looking at termcolor, it checks for ANSI_COLORS_DISABLED environ variable. You can edit your .stashrc to set this by default, or else could use os.setenv in your script. Stash also has its own functions for this also.

      Thank you for your reply.

      I'll check it.

      posted in Pythonista
      bigbridge
      bigbridge
    • RE: Can I use termcolor in Pythonista?

      It's Python3

      posted in Pythonista
      bigbridge
      bigbridge
    • Can I use termcolor in Pythonista?

      Hi
      I use Stash and install termcolor library to use pip.

      but it doesn't work. my script is

      from termcolor import colored
      
      print(colored('red text', 'red'))
      

      Output result is

      red text
      

      Can't use termcolor library on Pythonista?

      Thanks in advance

      posted in Pythonista
      bigbridge
      bigbridge