Python Forum
datetime with every screenshot name
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
datetime with every screenshot name
#7
(Aug-27-2018, 05:09 PM)buran Wrote: Oh, sorry, I should have seen this long ago
The colon (:) is not allowed in file name on windows. So it makes the file name only up to the hour (incl.). So all files have the same name and that's why you get just one at the end.

the best - make the format string %Y%m%d%H%M

working :)
thank u very much <3<3<3

okay now its time to explain for me this section :
Quote:'qan-{:%Y-%m-%d %H:%M}({}).png'.format(d, i))

can u explain it in details i need to learn i now what is (%Y-%m-%d %H:%M) for but this for what : ({}) ?
Reply


Messages In This Thread
datetime with every screenshot name - by evilcode1 - Aug-27-2018, 08:38 AM
RE: datetime with every screenshot name - by buran - Aug-27-2018, 08:47 AM
RE: datetime with every screenshot name - by buran - Aug-27-2018, 10:56 AM
RE: datetime with every screenshot name - by buran - Aug-27-2018, 05:09 PM
RE: datetime with every screenshot name - by evilcode1 - Aug-27-2018, 05:26 PM
RE: datetime with every screenshot name - by buran - Aug-27-2018, 06:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  IEDriverServer screenshot ABVSVL 0 2,305 Jul-12-2020, 09:31 AM
Last Post: ABVSVL
  pyautogui.screenshot region is not working alexlu 6 9,274 Jun-04-2020, 10:46 AM
Last Post: alexlu
  What is the best way to search for a pixel in a screenshot? TheZadok42 1 3,750 May-15-2020, 12:37 PM
Last Post: scidam
  Want to take a Screenshot from a File in Linux dhiliptcs 2 3,394 Oct-21-2019, 01:22 PM
Last Post: dhiliptcs
  TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'str' findbikash 2 11,827 Sep-18-2019, 08:32 AM
Last Post: buran
  Screenshot of specific window kainev 10 26,906 Nov-30-2018, 03:07 PM
Last Post: kainev
Question [Help] Convert integer to Roman numerals? {Screenshot attached} vanicci 10 11,692 Aug-06-2018, 05:19 PM
Last Post: vanicci
  [Help] sorted() in while loop with user's input() {Screenshot attached} vanicci 5 5,257 Aug-04-2018, 08:59 PM
Last Post: vanicci
Question [Help] How to end While Loop using counter? {Screenshot attached} vanicci 2 3,879 Aug-02-2018, 10:09 PM
Last Post: vanicci

Forum Jump:

User Panel Messages

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