Initial commit
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
*.swp
|
||||
venv
|
||||
|
12
main.py
Normal file
12
main.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim:fenc=utf-8
|
||||
#
|
||||
# Bad Witch
|
||||
# Copyright © 2020 Vintage Salt <rehashedsalt@cock.li>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
|
||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
PyQt5==5.9.2
|
13
venv.sh
Executable file
13
venv.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# venv.sh
|
||||
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
[ -r ./venv/bin/activate ] || exit 1
|
||||
. ./venv/bin/activate
|
||||
printf "Spawned a terminal within the venv\n"
|
||||
exec bash
|
||||
|
Reference in New Issue
Block a user