0
votes
1answer
89 views

Improving upon a C++ console app [closed]

My group is creating a program for a software developement class and we're unsure how to continue. The program is written in C++ and extremely simple. It just asks a group of people various features ...
0
votes
1answer
130 views

Python Script from C# console application

First off this is some is a dup (somewhat) of this: Running a python script on C# not working My python script runs correctly from the command line as it is suppose to but when I run it from the ...
0
votes
1answer
163 views

Django Console App

TastyPie seems to rely heavily on Django, and I want to develop a Python application that uses REST. I know that Django is an API for developing website, but is there a way to use Django with TastyPie ...
0
votes
1answer
152 views

Web console for text-based RPG in Python

I'm a beginner here, slowly learning Python. I wrote a text-based RPG game, and I'm looking for a way to create a web-version of it. However, I don't want to follow the approach where HTML is ...
0
votes
2answers
222 views

Creating a progress bar/status in Python text console

I'm coding a small Python script, that checks the records of a few domains. This is how I do it: if results.short == True: isonlist = False for dnsbls in L: try: ...
0
votes
4answers
1k views

How to stop the Bottle webserver when started from subprocess

I would like to embed the great Bottle web framework into a small application (1st target is Windows OS). This app starts the bottle webserver thanks to the subprocess module. import subprocess p = ...
1
vote
1answer
1k views

console application gui for python

We have console application option in C#, but how do I can make a console GUI in python? I should note I want to compile and use my program in windows. Also I want to select Items in Python GUI by ...
-2
votes
4answers
157 views

Python: Error in online console python

I am using a online console of python: http://shell.appspot.com/ I am trying to write this code: class tree: def __init__(self, charge, left=None, right=None): self.charge = charge self.left = ...
2
votes
1answer
492 views

How to include a newline in the python raw_input() function?

Right now I'm making an old school x-platform e-mail client. Everything works just fine, my only problem is that when I enter my the body of my email, I'm using raw_input() and sticking the message ...
0
votes
2answers
199 views

Python. Chess symbol in windows cmd

How to print chess symbol in windows cmd? print '♛' I got 'тЩЫ'.
6
votes
2answers
770 views

Python Console UI Suggestions

I'm currently rewriting a perl console application that was using curses, and planning to implement it in Python. So far I've narrowed my library options to straight curses, urwid, and dialog. The ...
0
votes
2answers
362 views

Converting .py to .exe in python 2.5: doesnt execute .exe program directly

I have successfully converted my .py script to .exe but the problem is that it wont get executed when I press the .exe icon. A black screen pops up for a fraction of a second and then disappears. I ...
2
votes
1answer
84 views

Regressive python counter

i was doing a small weekend project, kind of a music player, in python (console). I'm done in all the part of selecting music, parsing ID3 tags, playing and blablabla. I just think i need something ...
2
votes
4answers
2k views

Display an image as a splash screen when running Windows batch file, vbscript/wscript or Python console script

Any ideas how I can display an image file (bmp or png) centered on the screen as an application splash screen when running a Windows console script based on a batch file, vbscript/wscript or Python ...
4
votes
5answers
4k views

How to produce a colored GUI in a console application?

For the following questions, answers may be for C/C++, C#, or Python. I would like the answers to be cross platform if possible but I realize I will probably need conio or ncurses How do I output ...

1 2
15 30 50 per page