A online printer manager for Windows.
Project description
PrintOnline
A online printer manager for Windows.
Install
pip install PrintOnline
Use
cd to you working directory and run command:
PrintOnline.bat
if can’t find PrintOnline command, try:
python -m PrintOnline
open broswer with url http://127.0.0.1:8000, upload file and print it.
Other tips
1.set http port 80
PrintOnline 80
2.authenticate with username and password (admin admin)
PrintOnline -u admin -p admin
3.set the working directory (/tmp)
PrintOnline -d /tmp
4.bind address with 127.0.0.1
PrintOnline 127.0.0.1:8000
5.use as wsgi
# set username and passwor export WSGI_PARAMS="-u admin -p admin" # run wsgi with gunicorn gunicorn -b 0.0.0.0:8000 PrintOnline.wsgi:application
CHANGES
0.0.1
init version.
0.0.2
remove win32api requires.
0.0.3
add download function.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PrintOnline-0.0.3.zip
(113.6 kB
view details)
File details
Details for the file PrintOnline-0.0.3.zip
.
File metadata
- Download URL: PrintOnline-0.0.3.zip
- Upload date:
- Size: 113.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ccca8c80519cdaf6f72c9ee23d568decc9de850d7faa26049ca1a1b22d0769 |
|
MD5 | 147d64088ea5d53f3137ace51a4bbfd1 |
|
BLAKE2b-256 | f24b90e10cc87397945422f2722f99ee4ffebf6ffae098ff4b9fa01ee26ee6d2 |