Scripter
Make a script using Python!
Installing
Currently, you can do:
git clone https://github.com/NCPlayz/Scripter
cd Scripter
python3 -m pip install -U .
Example
from scripter import Script
my_script = Script("Macbeth", "Shakespeare")
act1 = my_script.add_act()
act1.add_scene("A Desert Place. Thunder and lightning. Enter three Witches.")
act1.add_dialogue("When shall we three meet again\nIn thunder lightning, or in rain?", author="First Witch")
# Rest of Act 1 Scene 1
if __name__ == '__main__':
my_script.create("Macbeth")
# Result in ./tests
Requirements
Pythonlanguage - version3.0.0+python-docxlibrary - version0.8.7
Release files for playscripter 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| playscripter-0.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| playscripter-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.7 kB
Release files / playscripter-0.1.tar.gz
| Download URL | playscripter-0.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1a56a52be2023c7d8cb1df95d3296b54244e6f011472cb54e6f13e37d60089ba
|
|
BLAKE2b-256 checksum How to use checksums |
644644002532b97320f0d9aa51fd932b73e14d978893c38271e6c7807bbb3734
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|
Release files / playscripter-0.1-py3-none-any.whl
| Download URL | playscripter-0.1-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0ff4b5d7454e3bcf710fb603a32d795a94e9faf9628316894cea071168aede92
|
|
BLAKE2b-256 checksum How to use checksums |
b64ef118ac656879dd53f2c30440ff9213a2e84e375e392654f7cc8090e14996
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|