Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krypton-byte/tulis-module
Module For Python
https://github.com/krypton-byte/tulis-module
automation bot module nulis python python3 tulis writer writing
Last synced: 4 days ago
JSON representation
Module For Python
- Host: GitHub
- URL: https://github.com/krypton-byte/tulis-module
- Owner: krypton-byte
- License: mit
- Created: 2020-10-10T03:33:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T13:14:16.000Z (about 2 years ago)
- Last Synced: 2024-10-12T09:41:09.766Z (about 1 month ago)
- Topics: automation, bot, module, nulis, python, python3, tulis, writer, writing
- Language: Python
- Homepage:
- Size: 300 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nulis Automate
# installation
```bash
$ pip3 install tulis
```
# how to use```bash
$ python3
```
```python
>>> from nulis import tulis
>>> for i in tulis("Nama : Krypton-Byte", worker=10):
>>> i.show() #show image
>>> i.save("catatan.jpg") #save the results
```
```Automatic support for new lines when it reaches the right end and adding paper when not enough```# Result