All Projects → wslutilities → wslpy

wslutilities / wslpy

Licence: GPL-3.0 license
A python3 Library for WSL specific tasks

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to wslpy

Awesome Wsl
Awesome list dedicated to Windows Subsystem for Linux
Stars: ✭ 3,544 (+5906.78%)
Mutual labels:  wsl, windows-subsystem-for-linux
WSL-manager
unofficial gui manager for Windows Subsystem for Linux (WSL)
Stars: ✭ 25 (-57.63%)
Mutual labels:  wsl, windows-subsystem-for-linux
Emacs Wsl
Install and run Emacs with the Windows Subsystem for Linux (WSL) in Windows 10.
Stars: ✭ 234 (+296.61%)
Mutual labels:  wsl
dotfiles
Dotbot managed dotfiles for a polyglot dev using WSL. Includes PowerShell stuff for Windows Installation
Stars: ✭ 14 (-76.27%)
Mutual labels:  wsl
convey
Communication through a serial port or named pipe
Stars: ✭ 46 (-22.03%)
Mutual labels:  wsl
Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
Stars: ✭ 79,371 (+134427.12%)
Mutual labels:  wsl
portabledevops
A portable devops tool set on windows, easy customization of cmder/console+msys2/cygwin/wsl
Stars: ✭ 53 (-10.17%)
Mutual labels:  wsl
Lxrunoffline
A full-featured utility for managing Windows Subsystem for Linux (WSL)
Stars: ✭ 3,005 (+4993.22%)
Mutual labels:  wsl
wsl-firststep
WSL을 설치하면서 처음에 하는 일들을 모아놓은 리포지터리입니다.
Stars: ✭ 47 (-20.34%)
Mutual labels:  wsl
cxfuse
Crossmeta FUSE Windows Port
Stars: ✭ 55 (-6.78%)
Mutual labels:  wsl
kWSL
KDE Neon 5.25+ installer for WSL1. Does not require Linux kernel, SystemD, hypervisor, container, or X11 server.
Stars: ✭ 96 (+62.71%)
Mutual labels:  wsl
Pengwin
A Linux distro optimized for WSL based on Debian.
Stars: ✭ 1,415 (+2298.31%)
Mutual labels:  wsl
dotfiles
My shell configuration and scripts. My "dotfiles". ... Over a decade of tuning my environments. ⌚😮🤯
Stars: ✭ 20 (-66.1%)
Mutual labels:  wsl
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
Stars: ✭ 1,637 (+2674.58%)
Mutual labels:  wsl
Archwsl
ArchLinux based WSL Distribution. Supports multiple install.
Stars: ✭ 3,667 (+6115.25%)
Mutual labels:  wsl
VoidMuslWSL
Install Void Linux (with musl-libc) as a WSL Instance (for Windows 10 1803 64bit or later)
Stars: ✭ 30 (-49.15%)
Mutual labels:  wsl
Wsl Dotfiles
My dotfiles for running an i3-based environment within the Windows Subsystem for Linux (WSL).
Stars: ✭ 211 (+257.63%)
Mutual labels:  wsl
memealyzer
Memealyzer is an app built to demonstrate some the latest and greatest Azure tech to dev, debug, and deploy microservice applications.
Stars: ✭ 97 (+64.41%)
Mutual labels:  wsl
doslinux
Run Linux programs on DOS
Stars: ✭ 1,272 (+2055.93%)
Mutual labels:  wsl
osmosnote
The knowledge IDE
Stars: ✭ 69 (+16.95%)
Mutual labels:  wsl

wslpy

pypi

wslpy is far from complete. the API will change frequently.

This is a Python3 library for WSL specific tasks, and you can use it to do something amazing:

>>> import wslpy as wp
>>> wp.is_wsl()
True
>>> wp.exec.cmd('ver')
Microsoft Windows [Version 10.0.18219.1000]
>>> wp.convert.to('/mnt/c/Windows/')
'c:\\Windows\\'
>>>

Installation

you can install from pypi using pip install wslpy, or install from source using python3 setup.py install

License

This project uses GPLv3 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].