Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [GoogleTrans] How can i print my translation word ?...
Post: RE: [GoogleTrans] How can i print my translation w...

(Oct-09-2017, 03:28 PM)snippsat Wrote: >>> from googletrans import Translator >>> translator = Translator() >>> ab = translator.translate('Yes', dest='nl') >>> a...
JamieVanCadsand General Coding Help 7 11,720 Oct-09-2017, 05:54 PM
    Thread: [GoogleTrans] How can i print my translation word ?...
Post: [GoogleTrans] How can i print my translation word ...

Hey Programmers... I try to translate the word 'Yes' to the Dutch (Ja)... but it don't works perfect... This is my code: from googletrans import Translator translator = Translator() ab = translat...
JamieVanCadsand General Coding Help 7 11,720 Oct-09-2017, 03:01 PM
    Thread: [pyGame] More Text in one Window, example needed !
Post: [pyGame] More Text in one Window, example needed !

Hey Game Developers... I try to create more tekst fonts in one game window, in one script... But it don't works... This is my script: from datetime import datetime import pygame import sys pygame....
JamieVanCadsand Game Development 1 3,544 Oct-03-2017, 03:24 PM
    Thread: [pyGame] Render Text from Variable, examples needed !
Post: [pyGame] Render Text from Variable, examples neede...

Hey Game Developers... How can i render tekst from as example an variable like an calculation, string or as example an file open ?... I try this to learn working with pygame, i want to learn program ...
JamieVanCadsand Game Development 1 5,935 Oct-03-2017, 09:39 AM
    Thread: [pyGame] How do i change text with keyboard ?...
Post: [pyGame] How do i change text with keyboard ?...

Hey Programmers, Game Developers and Software Creators... I try to make tekst changeble wenether you press an key... but it don't works... This is my script: import pygame import sys pygame.init()...
JamieVanCadsand Game Development 1 4,535 Oct-03-2017, 06:02 AM
    Thread: [pyGame] Text with Input, help needed !
Post: [pyGame] Text with Input, help needed !

Hey Game Programmers and Software Developers... I try to create tekst with an input, so you can typ any thing on your keyboard, and it render into the pygame window... but it don't works... This is ...
JamieVanCadsand Game Development 1 6,334 Oct-02-2017, 06:45 PM
    Thread: [cx_Freeze] Build .exe they get more .py files, help needed !
Post: RE: [cx_Freeze] Build .exe they get more .py files...

OK... that is whats i means with more .py files, but how do i build an .exe file with all .py files in one build, using cx_Freeze ?, that is just my question !... Can you tell me about how i can bui...
JamieVanCadsand News and Discussions 3 6,886 Oct-02-2017, 08:00 AM
    Thread: [cx_Freeze] Build .exe they get more .py files, help needed !
Post: [cx_Freeze] Build .exe they get more .py files, he...

Hey Programmers, Game Developers and Software Writers... I know how i can build .exes from an simgle .py file, but now i want to know, how i can build .exe (executable programs) from more imported ....
JamieVanCadsand News and Discussions 3 6,886 Oct-01-2017, 06:35 PM
    Thread: [Software Programming] Texture Gen Library, which lib ?
Post: RE: [Software Programming] Texture Gen Library, wh...

(Sep-29-2017, 02:33 PM)nilamo Wrote: A texture is just an image.  Here's a link to someone who wrote a procedural image generator using a base image: http://www.gearheadrpg.com/2016/11/08/pr...enera...
JamieVanCadsand News and Discussions 4 4,644 Sep-30-2017, 02:26 PM
    Thread: [cx_Freeze] CMD Prompt can't find my setup.py, help needed !
Post: [cx_Freeze] CMD Prompt can't find my setup.py, hel...

Hey Programmers, Game Developers and Software Envolvers... I try to convert my .py file (an simple test, called "Test1") into an executable program, using CX_Freeze for python 3.6... i get python 3.6...
JamieVanCadsand News and Discussions 1 3,804 Sep-30-2017, 02:20 PM
    Thread: [pyGame] Key Event not Working !...
Post: RE: [pyGame] Key Event not Working !...

Now i get this code... but it still don't work... My Code: import pygame import sys screen = pygame.display.set_mode((800,600)) done = False # Change Colors in my Screen while True: for event...
JamieVanCadsand Game Development 7 20,605 Sep-29-2017, 04:52 PM
    Thread: [pyGame] Load Image, Problem Found !
Post: [pyGame] Load Image, Problem Found !

Hey Programmers... I Try to load an image in pygame... This is my script: import pygame import sys screen = pygame.display.set_mode((800,600)) done = False while not done: for event in pyga...
JamieVanCadsand Game Development 2 8,759 Sep-29-2017, 02:47 PM
    Thread: [pyGame] Key Event not Working !...
Post: [pyGame] Key Event not Working !...

Hey Python Programmers... I get an script to change the colour of the screen into an other color (screen.fill), but it doesn't works. This my script: import pygame import sys screen = pygame.disp...
JamieVanCadsand Game Development 7 20,605 Sep-29-2017, 02:31 PM
    Thread: [Software Programming] Texture Gen Library, which lib ?
Post: RE: [Software Programming] Texture Gen Library, wh...

(Sep-28-2017, 08:52 PM)nilamo Wrote: What's your goal?  Textures are normally generated ahead of time, so combining it with opengl for any reason means you have something pretty particular in mind. ...
JamieVanCadsand News and Discussions 4 4,644 Sep-29-2017, 12:24 PM
    Thread: [Software Programming] Texture Gen Library, which lib ?
Post: [Software Programming] Texture Gen Library, which ...

Hey Software Developers... Which python library is the best for programming as example an texture generator or 3d software where you can generate textures like bricks, checker, patterns, textiel, woo...
JamieVanCadsand News and Discussions 4 4,644 Sep-28-2017, 08:49 PM
    Thread: [Py2Exe] How can i convert py files to exe ?
Post: [Py2Exe] How can i convert py files to exe ?

Hey Guys... Now i get installed py2exe for windows and python, from PIP. But can anyone tell me how it works... or give my any tutorial ?... I want it use in the future for my own software, writted ...
JamieVanCadsand News and Discussions 10 8,347 Sep-27-2017, 05:37 PM
    Thread: [3D Software Programming] What are the best modules for ?
Post: [3D Software Programming] What are the best module...

Hey Software Programmers... I want to learn python use to program 3d software for virtual reality, 3d-printing, sciensific enginering and photo-realistic graphics... Get you any idea, what for modul...
JamieVanCadsand News and Discussions 2 2,867 Sep-25-2017, 05:33 PM
    Thread: [pyGame] My First Test, Error Fount !
Post: RE: [pyGame] My First Test, Error Fount !

OK, i get tryed this code, but pygame don't close the screen if i press "Escape"... Now is the question whats wrong... i get problems with pyGame if i use this script. Can anyone help me how i can us...
JamieVanCadsand Game Development 3 5,294 Sep-25-2017, 04:09 PM
    Thread: [PyPa] Problems with Install PIP on Windows !
Post: RE: [PyPa] Problems with Install PIP [Problem Fixe...

(Sep-19-2017, 08:08 AM)JamieVanCadsand Wrote: Hey Python Programmers... I tryed install PIP on Windows 8 and 10, but i get problems with it. I was frestrated when i are trying to install it in the ...
JamieVanCadsand News and Discussions 7 9,753 Sep-25-2017, 10:37 AM
    Thread: How do you get PyGame?
Post: RE: How do you get PyGame?

(Apr-11-2017, 08:28 AM)SpeedyZapGaming Wrote: How do you actually get PyGame?  Please help me, I really want to use my experience in python to create games. ?  If you can, please show me how to use...
JamieVanCadsand Game Development 16 11,884 Sep-25-2017, 10:18 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020