Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: high light change made in notepad
Post: high light change made in notepad

i have a gui that searach replaces a text within a txt file i open with notepad. following the replace the gui pop opens the notepad.any way for python to interact with notepad to make it highlight t...
nadavrock News and Discussions 0 1,614 Jul-05-2019, 07:25 PM
    Thread: how to input a random entry with each button press?
Post: how to input a random entry with each button press...

i have a tkinter gui wiht buttons. i have a button that enters random values inside a certain entry. i have a randint that a assigns that random value. however once assigend the button press will only...
nadavrock GUI 1 6,419 Jun-17-2019, 12:51 AM
    Thread: how to move between text entries using the keyboard?
Post: how to move between text entries using the keyboar...

i have a gui with text entries being assigned to variables and then written into files. but right now i have to go each time with my moust to the next entry. how do i make it so pressing enter will go...
nadavrock GUI 1 2,981 Jun-09-2019, 10:43 PM
    Thread: is it possible to use python to read and write from a jsx file?
Post: RE: is it possible to use python to read and write...

read file. write into file. looked something like this: with open('C:/Users/mr big/Desktop/xxx1.jsx', 'r') as f2: text = "xxx" with open('C:/Users/mr big/Desktop/xxx1.jsx', 'w') as fout: fout.w...
nadavrock General Coding Help 3 2,958 Jun-08-2019, 01:36 AM
    Thread: is it possible to use python to read and write from a jsx file?
Post: is it possible to use python to read and write fro...

i have extend script java script document i want to write into using python. but it didnt work. does it only work with txt files?
nadavrock General Coding Help 3 2,958 Jun-05-2019, 12:15 AM
    Thread: how to analayze only a part of an image?
Post: how to analayze only a part of an image?

lets say i wanted to counte the black pixels in the bottom right 200x200 pixels of every image. i have: my_list = [] for root, dirs, files in os.walk("E:/1/1/"): for filename in files: m...
nadavrock General Coding Help 2 1,775 May-28-2019, 12:06 AM

User Panel Messages

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