Coder Social home page Coder Social logo

auto_saidai_google_cal's Introduction

How to use auto_saidai_google_cal

  1. Set the start and end dates for the term.
peri_start = [datetime.date(2021,4,21),datetime.date(2021,7,1)]
peri_end = [datetime.date(2021,6,28),datetime.date(2021,8,26)]

Note: you can set for 2 term

  1. Check if the timetable time setting is correct.
class_time_start = [time(9,00),time(10,30),time(13,30),time(15,00),time(16,30)]
class_time_end = [time(10,20),time(11,50),time(14,50),time(16,20),time(17,50)]
  1. Please output the CSV file according to the Excel file for the timetable setting. The first term is read as "0.csv" and the second term is read as "1.csv".
  2. Run "gl_cal.py" in Python
  3. A "gl.csv" that can be imported into a calendar app such as google will be generated. By loading it into your calendar, the subjects you have registered will be reflected in your calendar.

auto_saidai_google_cal's People

Contributors

ddd3h avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.