Coder Social home page Coder Social logo

timetable's Introduction

Timetable

Print a table showing the committed working hours per day for the specified month

Legend

1° parameter = Year (4 digits)
2° parameter = Month (1/2 digits, without "0" prefix)
Optional "weekends" parameter" = Show weekends in table
You can call Timetable without parameters to see current month hours

Examples

timetable.[py/exe] (use current month)
timetable.[py/exe] weekends (use current month plus weekends)
timetable.[py/exe] 2022 6 (specifies year and month)
timetable.[py/exe] 2022 11 weekends (specifies year and month plus weekends)

Configuration

At the first start, a template configuration file to be customized will be created in the same folder as the script:

# Timetable configuration file

[Platform]
Platform Url = platform.example.com

[Worker Credentials]
Worker Username = USERNAME
Worker Password = PASSWORD

[Worker Details]
Worker Name = NAME SURNAME
Worker ID = ID

[Settings]
Clear screen before printing = True

After the first launch, the credentials on the configuration file will be deleted, hashed and saved on a hidden JSON file, to update them, just put the newer ones on the configuration file again.

timetable's People

Contributors

luponata 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.