Releases: GeeTransit/Form
0.3
- Add config file generation from downloaded HTML / internet shortcut file
- Better command line interface (use subparsers instead of optional arguments)
Note: The attached form.exe was generated using PyInstaller. Windows Defender detects it as a threat, though it is likely a false-positive as countless others have the same issue. If you aren't allowed to use sketchy downloaded executables, you can always just install Python and download the source.
0.2
- More descriptive type aliases
- Spacing is allowed (empty lines too)
- Added comments (lines starting with "#")
- Values "today" and "now" are replaced with current date / time when run
- Link can be just the form's ID (56 character long string in the URL)
- Exits with non-zero code on error (uses sys.exit)
Note: The attached form.exe was generated using PyInstaller. Windows Defender detects it as a threat, though it is likely a false-positive as countless others have the same issue. If you aren't allowed to use sketchy downloaded executables, you can always just install Python and download the source.
0.1
Initial version of form.py
Note: The attached form.exe was generated using PyInstaller. Windows Defender detects it as a threat, though it is likely a false-positive as countless others have the same issue. If you aren't allowed to use sketchy downloaded executables, you can always just install Python and download the source.