Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PiaBianca/PyMaster
Virtual master/mistress program for D/s play.
https://github.com/PiaBianca/PyMaster
Last synced: 7 days ago
JSON representation
Virtual master/mistress program for D/s play.
- Host: GitHub
- URL: https://github.com/PiaBianca/PyMaster
- Owner: PiaBianca
- License: gpl-3.0
- Created: 2015-08-05T23:31:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T10:13:19.000Z (about 3 years ago)
- Last Synced: 2024-08-01T15:32:44.577Z (3 months ago)
- Language: Python
- Size: 225 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This file has been dedicated to the public domain via CC0. See
for more
information.
------------------------------------------------------------------------PyMaster is a virtual master or mistress: it dominates your life,
controlling when you are allowed to masturbate, have fun, and other such
things.REQUIREMENTS
Just Python 3.2 or later. Once you have Python 3 installed, just execute
pymaster.py to run PyMaster. Alternatively, you can use a command such
as "python3 pymaster.py".Windows doesn't support hashbangs, so if you are a Windows user, you
need to explicitly pass pymaster.py as an argument to Python.
Assuming the PyMaster directory is the current working directory, the
command on Windows is usually "C:\PythonXX\python.exe pymaster.py", with
"XX" replaced by the major and minor version of Python you are using.
So if you're using Python 3.4, the command you probably need to use is
"C:\Python34\python.exe pymaster.py".This only applies to the source distribution. If you have a build
specific to your OS, just run the executable.LICENSE
Copyright (C) 2014, 2015 FreedomOfRestriction
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .USAGE
Use of PyMaster is simple: first, run PyMaster for the first time;
introduce yourself to your master or mistress and listen to the rules.
Then, any time a rule requires you to talk to your master or mistress,
run PyMaster again.PyMaster is a command-line program, so make sure you execute it inside
a terminal; otherwise it will just hang in the background and do
nothing.Everything else will be explained by your master or mistress. Enjoy!
If you want to customize PyMaster, see extension_guide.txt.
Run PyMaster with the "-h" or "--help" argument for information about
PyMaster's command options.