Skip to main content

A small example package

Project description

c (Windows)

Esta pasta é referente ao desenvolvimento no Ambiente Windows. Ainda está muito "crua" e tudo está tipo "atacado".

Powershell:

Criar Ambiente Virtual:
    python ambiente.py python

Activar Ambiente Virtual: 
    python/Scripts/Activate.ps1

Iniciar o neoricalex:
    python neoricalex.py

Pacote pip neoricalex:
    python -m pip install --upgrade setuptools wheel
    python setup.py sdist bdist_wheel

Instalar Módulo para criar EXE:
    pip install --upgrade --no-cache-dir pyinstaller

Criar EXE:
    pyinstaller --onefile -c neoricalex.py # Para esconder o terminal adicionar a flag -w

UI:

    Transformar .ui em Python:
        pyuic5 -x <nome.ui> -o <nome.py>

Miscelaneous:

Prompt de Comando:

    setups/python-3.8.2-amd64.exe
    python -m pip install --upgrade pip
    pip install --upgrade --no-cache-dir pyinstaller pysimplegui pyaudio gitpython
    cd c
    pyinstaller --onefile -w neoricalex.py
    cookiecutter https://github.com/neoricalex/cookiecutter-django.git

Start-Process powershell -Verb runAs

Powershell Administrador:

    Atualizar Windows 10:

        Install-Module PSWindowsUpdate
        Get-WindowsUpdate
        Install-WindowsUpdate

Ativar Sub-Sistema Linux:

.\dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 
.\dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Catálogo Windows:

https://www.catalog.update.microsoft.com/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neoricalex-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

neoricalex-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page