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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neoricalex-0.0.1.tar.gz.
File metadata
- Download URL: neoricalex-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb999b16a89c501de327249543e526ebb562e941c5c75b59ff836cf4ebe98435
|
|
| MD5 |
119fc1c0871fb76f4e7aee60501bc1f1
|
|
| BLAKE2b-256 |
fd153793837e5876083f4c8df65f80dc43d27e8e29003fbb510565e959e34526
|
File details
Details for the file neoricalex-0.0.1-py3-none-any.whl.
File metadata
- Download URL: neoricalex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99963b8663e45471ff4f1863c4691cea37b5756a10a658fd6a96209bdb803069
|
|
| MD5 |
3466bad4ab542deace16043ac310d0f2
|
|
| BLAKE2b-256 |
aa2a65b8d27c84e89e65ebb838292e47c197366f451f2da6a931e03a1914e63d
|