Code Monkey home page Code Monkey logo

imstimesheet's Introduction

Stories in Ready

IMSTimesheet

A simple time tracker program that is used at the IMS department at CSUDH. Built using python3 and sqlite3.


Project Organization

constants.py - Program constants, such as colors and size.
main.py - starts the program, calls the window
io.py - handles file reads-writes databaseInterface - handles connecting to the sqlite3 database.db


Installation and usage

Be sure your computer has git, python3 and python3-tkinter package installed. Installation instructions are different for each platform. (google it :D)

Install using git with the commands:
git clone https://github/bradtaniguchi/IMSTimesheet
Then run the following command to run: python3 main.py
NOTE: If you have only 1 verion of python installed, you may use just python

Use the rebuild.py script to delete the database, and create a new one. Obviously the deletes all data so be careful!


Development Resources

Here is an article for a basic tkinter app.
http://usingpython.com/making-widgets-look-nice/


Project Steps

  1. Create primary UI, hardcode user values, research time handling
  2. Impliment sqlite3 database, with time handling
  3. Impliment config text file, and write to file capabilities
  4. Create Admin UI, yearly timesheet printouts.

Database columns

  1. autoincrement (int)
  2. name (string)
  3. clockIn (datetime)
  4. clockOut (datetime)
  5. valid entry (boolean) - used to identify invalid clockOut dates

imstimesheet's People

Contributors

bradtaniguchi avatar vphriang1 avatar waffle-iron 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.