Skip to content
8 changes: 4 additions & 4 deletions IP-Viewer/Console.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

#Console.py script for PyS60

import sys
import e32
import appuifw
import os, sys, e32, appuifw

ru = lambda text, : text.decode('utf-8', 'ignore')
class Console :

class Console():


__module__ = __name__
Expand Down
7 changes: 6 additions & 1 deletion IP-Viewer/ipviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
#Program code begins here

# ipviewer v1.3 script by gauravssnl
import appuifw,e32,os,sys,re,globalui
import appuifw, e32
import os
import sys
import re
import globalui

dir=appuifw.app.full_name()[0]
path=dir+":\\System\\Apps\\IP Viewer\\"
# print path
Expand Down
5 changes: 2 additions & 3 deletions PY-SysInfo/Py SysInfo.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Py SysInfo.py script by gauravssnl

import sysinfo
import appuifw
import e32
import os, sys, sysinfo, appuifw, e32

appuifw.app.title = u"Py SysInfo "
dev = "gauravssnl"
ru = lambda txt : str(txt).decode('utf-8','ignore')
Expand Down
1 change: 1 addition & 0 deletions PyPastebin/PyPastebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import e32
import os
import sys
import os.path
import pastebin_python as P
import powlite_fm
import globalui
Expand Down
8 changes: 7 additions & 1 deletion PyPastebin/powlite_fm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
by爱不只是说说
2011/07/01
'''

import os
import sys
import os.path

cn = lambda x:x.decode('u8')

# create class manager:
class manager:
__name__ == 'powlite_fm'
def __init__(s, filepath=None):
Expand Down Expand Up @@ -251,4 +257,4 @@ def quit(s, x=0):
#ext:过滤文件后缀,多个用,号隔开如ext=['.py', '.pyc']
#find:选择类型,find='file'查找文件,find='dir'查找目录。
#markmod:markmod=True时为标记模式
#back:back=True时按取消将返回上级目录,否则退出
#back:back=True时按取消将返回上级目录,否则退出
3 changes: 3 additions & 0 deletions PyPastebin/requests/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

"""

import os
import sys
import os.path
from . import sessions

def request(method, url, **kwargs):
Expand Down
6 changes: 5 additions & 1 deletion PyPastebin/requests/async.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
``Response``). A list of requests can be sent with ``map()``.
"""

import os
import sys
import os.path

try:
import gevent
from gevent import monkey as curious_george
Expand Down Expand Up @@ -85,4 +89,4 @@ def map(requests, prefetch=True, size=None):
if prefetch:
[r.response.content for r in requests]

return [r.response for r in requests]
return [r.response for r in requests]
2 changes: 2 additions & 0 deletions PyPastebin/requests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"""

import os
import sys
import time
import urllib

from urlparse import urlparse, urlunparse, urljoin, urlsplit
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# PyS60-Projects
Collection of My PyS60 Projects


## Basic Requirements
Download Python from this site go to this link and download https://www.python.org and download the new version.


## Install
- Clone the repository `git clone https://github.com/Lencof/PyS60-Projects`
- Install requirements.txt `pip install -r requirements.txt`


## Use Pyinstaller
Use Pyinstaller to compile the program to bytecode, for the subsequent transfer of the file you can get acquainted with Pyinstaller on their official website https://www.pyinstaller.org/ Good luck everyone!
16 changes: 16 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
re
e32
miso
ntlm
zlib
gzip
dumps
loads
socket
string
appuifw
warnings
globalui
httplib
logging
getLogger