Initial Commit
This commit is contained in:
51
Python/PyCharm/venv/Scripts/Activate.ps1
Normal file
51
Python/PyCharm/venv/Scripts/Activate.ps1
Normal file
@@ -0,0 +1,51 @@
|
||||
function global:deactivate ([switch]$NonDestructive) {
|
||||
# Revert to original values
|
||||
if (Test-Path function:_OLD_VIRTUAL_PROMPT) {
|
||||
copy-item function:_OLD_VIRTUAL_PROMPT function:prompt
|
||||
remove-item function:_OLD_VIRTUAL_PROMPT
|
||||
}
|
||||
|
||||
if (Test-Path env:_OLD_VIRTUAL_PYTHONHOME) {
|
||||
copy-item env:_OLD_VIRTUAL_PYTHONHOME env:PYTHONHOME
|
||||
remove-item env:_OLD_VIRTUAL_PYTHONHOME
|
||||
}
|
||||
|
||||
if (Test-Path env:_OLD_VIRTUAL_PATH) {
|
||||
copy-item env:_OLD_VIRTUAL_PATH env:PATH
|
||||
remove-item env:_OLD_VIRTUAL_PATH
|
||||
}
|
||||
|
||||
if (Test-Path env:VIRTUAL_ENV) {
|
||||
remove-item env:VIRTUAL_ENV
|
||||
}
|
||||
|
||||
if (!$NonDestructive) {
|
||||
# Self destruct!
|
||||
remove-item function:deactivate
|
||||
}
|
||||
}
|
||||
|
||||
deactivate -nondestructive
|
||||
|
||||
$env:VIRTUAL_ENV="F:\Programming\Python\PyCharm\venv"
|
||||
|
||||
if (! $env:VIRTUAL_ENV_DISABLE_PROMPT) {
|
||||
# Set the prompt to include the env name
|
||||
# Make sure _OLD_VIRTUAL_PROMPT is global
|
||||
function global:_OLD_VIRTUAL_PROMPT {""}
|
||||
copy-item function:prompt function:_OLD_VIRTUAL_PROMPT
|
||||
function global:prompt {
|
||||
Write-Host -NoNewline -ForegroundColor Green '(venv) '
|
||||
_OLD_VIRTUAL_PROMPT
|
||||
}
|
||||
}
|
||||
|
||||
# Clear PYTHONHOME
|
||||
if (Test-Path env:PYTHONHOME) {
|
||||
copy-item env:PYTHONHOME env:_OLD_VIRTUAL_PYTHONHOME
|
||||
remove-item env:PYTHONHOME
|
||||
}
|
||||
|
||||
# Add the venv to the PATH
|
||||
copy-item env:PATH env:_OLD_VIRTUAL_PATH
|
||||
$env:PATH = "$env:VIRTUAL_ENV\Scripts;$env:PATH"
|
||||
BIN
Python/PyCharm/venv/Scripts/_asyncio.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_asyncio.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_bz2.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_bz2.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_ctypes.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_ctypes.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_ctypes_test.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_ctypes_test.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_decimal.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_decimal.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_elementtree.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_elementtree.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_hashlib.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_hashlib.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_lzma.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_lzma.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_msi.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_msi.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_multiprocessing.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_multiprocessing.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_overlapped.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_overlapped.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_socket.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_socket.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_sqlite3.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_sqlite3.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_ssl.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_ssl.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_testbuffer.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_testbuffer.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_testcapi.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_testcapi.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_testconsole.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_testconsole.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_testimportmultiple.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_testimportmultiple.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_testmultiphase.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_testmultiphase.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/_tkinter.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/_tkinter.pyd
Normal file
Binary file not shown.
76
Python/PyCharm/venv/Scripts/activate
Normal file
76
Python/PyCharm/venv/Scripts/activate
Normal file
@@ -0,0 +1,76 @@
|
||||
# This file must be used with "source bin/activate" *from bash*
|
||||
# you cannot run it directly
|
||||
|
||||
deactivate () {
|
||||
# reset old environment variables
|
||||
if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then
|
||||
PATH="${_OLD_VIRTUAL_PATH:-}"
|
||||
export PATH
|
||||
unset _OLD_VIRTUAL_PATH
|
||||
fi
|
||||
if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then
|
||||
PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}"
|
||||
export PYTHONHOME
|
||||
unset _OLD_VIRTUAL_PYTHONHOME
|
||||
fi
|
||||
|
||||
# This should detect bash and zsh, which have a hash command that must
|
||||
# be called to get it to forget past commands. Without forgetting
|
||||
# past commands the $PATH changes we made may not be respected
|
||||
if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
|
||||
hash -r
|
||||
fi
|
||||
|
||||
if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
|
||||
PS1="${_OLD_VIRTUAL_PS1:-}"
|
||||
export PS1
|
||||
unset _OLD_VIRTUAL_PS1
|
||||
fi
|
||||
|
||||
unset VIRTUAL_ENV
|
||||
if [ ! "$1" = "nondestructive" ] ; then
|
||||
# Self destruct!
|
||||
unset -f deactivate
|
||||
fi
|
||||
}
|
||||
|
||||
# unset irrelevant variables
|
||||
deactivate nondestructive
|
||||
|
||||
VIRTUAL_ENV="F:\Programming\Python\PyCharm\venv"
|
||||
export VIRTUAL_ENV
|
||||
|
||||
_OLD_VIRTUAL_PATH="$PATH"
|
||||
PATH="$VIRTUAL_ENV/Scripts:$PATH"
|
||||
export PATH
|
||||
|
||||
# unset PYTHONHOME if set
|
||||
# this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
|
||||
# could use `if (set -u; : $PYTHONHOME) ;` in bash
|
||||
if [ -n "${PYTHONHOME:-}" ] ; then
|
||||
_OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"
|
||||
unset PYTHONHOME
|
||||
fi
|
||||
|
||||
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
|
||||
_OLD_VIRTUAL_PS1="${PS1:-}"
|
||||
if [ "x(venv) " != x ] ; then
|
||||
PS1="(venv) ${PS1:-}"
|
||||
else
|
||||
if [ "`basename \"$VIRTUAL_ENV\"`" = "__" ] ; then
|
||||
# special case for Aspen magic directories
|
||||
# see http://www.zetadev.com/software/aspen/
|
||||
PS1="[`basename \`dirname \"$VIRTUAL_ENV\"\``] $PS1"
|
||||
else
|
||||
PS1="(`basename \"$VIRTUAL_ENV\"`)$PS1"
|
||||
fi
|
||||
fi
|
||||
export PS1
|
||||
fi
|
||||
|
||||
# This should detect bash and zsh, which have a hash command that must
|
||||
# be called to get it to forget past commands. Without forgetting
|
||||
# past commands the $PATH changes we made may not be respected
|
||||
if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
|
||||
hash -r
|
||||
fi
|
||||
32
Python/PyCharm/venv/Scripts/activate.bat
Normal file
32
Python/PyCharm/venv/Scripts/activate.bat
Normal file
@@ -0,0 +1,32 @@
|
||||
@echo off
|
||||
set "VIRTUAL_ENV=F:\Programming\Python\PyCharm\venv"
|
||||
|
||||
if not defined PROMPT (
|
||||
set "PROMPT=$P$G"
|
||||
)
|
||||
|
||||
if defined _OLD_VIRTUAL_PROMPT (
|
||||
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
|
||||
)
|
||||
|
||||
if defined _OLD_VIRTUAL_PYTHONHOME (
|
||||
set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
|
||||
)
|
||||
|
||||
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
|
||||
set "PROMPT=(venv) %PROMPT%"
|
||||
|
||||
if defined PYTHONHOME (
|
||||
set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"
|
||||
set PYTHONHOME=
|
||||
)
|
||||
|
||||
if defined _OLD_VIRTUAL_PATH (
|
||||
set "PATH=%_OLD_VIRTUAL_PATH%"
|
||||
) else (
|
||||
set "_OLD_VIRTUAL_PATH=%PATH%"
|
||||
)
|
||||
|
||||
set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%"
|
||||
|
||||
:END
|
||||
21
Python/PyCharm/venv/Scripts/deactivate.bat
Normal file
21
Python/PyCharm/venv/Scripts/deactivate.bat
Normal file
@@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
|
||||
if defined _OLD_VIRTUAL_PROMPT (
|
||||
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
|
||||
)
|
||||
set _OLD_VIRTUAL_PROMPT=
|
||||
|
||||
if defined _OLD_VIRTUAL_PYTHONHOME (
|
||||
set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
|
||||
set _OLD_VIRTUAL_PYTHONHOME=
|
||||
)
|
||||
|
||||
if defined _OLD_VIRTUAL_PATH (
|
||||
set "PATH=%_OLD_VIRTUAL_PATH%"
|
||||
)
|
||||
|
||||
set _OLD_VIRTUAL_PATH=
|
||||
|
||||
set VIRTUAL_ENV=
|
||||
|
||||
:END
|
||||
12
Python/PyCharm/venv/Scripts/easy_install-3.6-script.py
Normal file
12
Python/PyCharm/venv/Scripts/easy_install-3.6-script.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!F:\Programming\Python\PyCharm\venv\Scripts\python.exe
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==28.8.0','console_scripts','easy_install-3.6'
|
||||
__requires__ = 'setuptools==28.8.0'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('setuptools==28.8.0', 'console_scripts', 'easy_install-3.6')()
|
||||
)
|
||||
BIN
Python/PyCharm/venv/Scripts/easy_install-3.6.exe
Normal file
BIN
Python/PyCharm/venv/Scripts/easy_install-3.6.exe
Normal file
Binary file not shown.
15
Python/PyCharm/venv/Scripts/easy_install-3.6.exe.manifest
Normal file
15
Python/PyCharm/venv/Scripts/easy_install-3.6.exe.manifest
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="easy_install-3.6"
|
||||
type="win32"/>
|
||||
<!-- Identify the application security requirements. -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
12
Python/PyCharm/venv/Scripts/easy_install-script.py
Normal file
12
Python/PyCharm/venv/Scripts/easy_install-script.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!F:\Programming\Python\PyCharm\venv\Scripts\python.exe
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==28.8.0','console_scripts','easy_install'
|
||||
__requires__ = 'setuptools==28.8.0'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('setuptools==28.8.0', 'console_scripts', 'easy_install')()
|
||||
)
|
||||
BIN
Python/PyCharm/venv/Scripts/easy_install.exe
Normal file
BIN
Python/PyCharm/venv/Scripts/easy_install.exe
Normal file
Binary file not shown.
15
Python/PyCharm/venv/Scripts/easy_install.exe.manifest
Normal file
15
Python/PyCharm/venv/Scripts/easy_install.exe.manifest
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="easy_install"
|
||||
type="win32"/>
|
||||
<!-- Identify the application security requirements. -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
12
Python/PyCharm/venv/Scripts/pip-script.py
Normal file
12
Python/PyCharm/venv/Scripts/pip-script.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!F:\Programming\Python\PyCharm\venv\Scripts\python.exe
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==9.0.1','console_scripts','pip'
|
||||
__requires__ = 'pip==9.0.1'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('pip==9.0.1', 'console_scripts', 'pip')()
|
||||
)
|
||||
BIN
Python/PyCharm/venv/Scripts/pip.exe
Normal file
BIN
Python/PyCharm/venv/Scripts/pip.exe
Normal file
Binary file not shown.
15
Python/PyCharm/venv/Scripts/pip.exe.manifest
Normal file
15
Python/PyCharm/venv/Scripts/pip.exe.manifest
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="pip"
|
||||
type="win32"/>
|
||||
<!-- Identify the application security requirements. -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
12
Python/PyCharm/venv/Scripts/pip3-script.py
Normal file
12
Python/PyCharm/venv/Scripts/pip3-script.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!F:\Programming\Python\PyCharm\venv\Scripts\python.exe
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==9.0.1','console_scripts','pip3'
|
||||
__requires__ = 'pip==9.0.1'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('pip==9.0.1', 'console_scripts', 'pip3')()
|
||||
)
|
||||
12
Python/PyCharm/venv/Scripts/pip3.6-script.py
Normal file
12
Python/PyCharm/venv/Scripts/pip3.6-script.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!F:\Programming\Python\PyCharm\venv\Scripts\python.exe
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==9.0.1','console_scripts','pip3.6'
|
||||
__requires__ = 'pip==9.0.1'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('pip==9.0.1', 'console_scripts', 'pip3.6')()
|
||||
)
|
||||
BIN
Python/PyCharm/venv/Scripts/pip3.6.exe
Normal file
BIN
Python/PyCharm/venv/Scripts/pip3.6.exe
Normal file
Binary file not shown.
15
Python/PyCharm/venv/Scripts/pip3.6.exe.manifest
Normal file
15
Python/PyCharm/venv/Scripts/pip3.6.exe.manifest
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="pip3.6"
|
||||
type="win32"/>
|
||||
<!-- Identify the application security requirements. -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
BIN
Python/PyCharm/venv/Scripts/pip3.exe
Normal file
BIN
Python/PyCharm/venv/Scripts/pip3.exe
Normal file
Binary file not shown.
15
Python/PyCharm/venv/Scripts/pip3.exe.manifest
Normal file
15
Python/PyCharm/venv/Scripts/pip3.exe.manifest
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="pip3"
|
||||
type="win32"/>
|
||||
<!-- Identify the application security requirements. -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
BIN
Python/PyCharm/venv/Scripts/pyexpat.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/pyexpat.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/python.exe
Normal file
BIN
Python/PyCharm/venv/Scripts/python.exe
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/python3.dll
Normal file
BIN
Python/PyCharm/venv/Scripts/python3.dll
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/python36.dll
Normal file
BIN
Python/PyCharm/venv/Scripts/python36.dll
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/pythonw.exe
Normal file
BIN
Python/PyCharm/venv/Scripts/pythonw.exe
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/select.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/select.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/sqlite3.dll
Normal file
BIN
Python/PyCharm/venv/Scripts/sqlite3.dll
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/tcl86t.dll
Normal file
BIN
Python/PyCharm/venv/Scripts/tcl86t.dll
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/tk86t.dll
Normal file
BIN
Python/PyCharm/venv/Scripts/tk86t.dll
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/unicodedata.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/unicodedata.pyd
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/vcruntime140.dll
Normal file
BIN
Python/PyCharm/venv/Scripts/vcruntime140.dll
Normal file
Binary file not shown.
BIN
Python/PyCharm/venv/Scripts/winsound.pyd
Normal file
BIN
Python/PyCharm/venv/Scripts/winsound.pyd
Normal file
Binary file not shown.
Reference in New Issue
Block a user