Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronknight/text-to-google-calendar-csv-converter-retail-calendar
https://github.com/ronknight/text-to-google-calendar-csv-converter-retail-calendar
calendar csv google txt-files
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronknight/text-to-google-calendar-csv-converter-retail-calendar
- Owner: ronknight
- License: mit
- Created: 2024-04-05T23:19:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T18:00:30.000Z (7 months ago)
- Last Synced: 2024-06-14T20:03:56.143Z (7 months ago)
- Topics: calendar, csv, google, txt-files
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-Text to Google Calendar CSV Converter Architecture-1.eraserdiagram
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
cloud-architecture-diagram
title Text to Google Calendar CSV Converter Architecture
// Define groups and nodes
Script Execution {
Python Environment [icon: python]
Text to CSV Converter [icon: file-text]
}
Data Files {
Input Text File [icon: file-text]
Output CSV File [icon: file-csv]
}// Define connections where none are between a parent group and its own child node
Input Text File > Text to CSV Converter
Text to CSV Converter > Output CSV File
Python Environment > Text to CSV Converter