Skip to content
View Dobrowit's full-sized avatar

Block or report Dobrowit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. microsoft/winget-cli microsoft/winget-cli Public

    WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).

    C++ 23k 1.4k

  2. rany2/edge-tts rany2/edge-tts Public

    Use Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key

    Python 5.3k 544

  3. flipperdevices/qFlipper flipperdevices/qFlipper Public

    qFlipper — desktop application for updating Flipper Zero firmware via PC

    C++ 1.1k 152

  4. Pytonowy przydatnik Pytonowy przydatnik
    1
    # Wirtualne środowisko venv
    2
     - tworzenie - **python -m venv modules**
    3
     - lepiej używać **python -m venv .venv** bo niektóre IDE mają domyślnie zaszytą tę ścieżkę do szukania (VSCode)
    4
     - aktywacja - **modules/Scripts/activate** (lub .venv/bin/activate - uwaga pod Linukesm jest /bin/ a pod Windows /Scripts/)
    5
     - deaktywacja - **modules/Scripts/deactivate**