Code Monkey home page Code Monkey logo

automated-documentation's Introduction

Automated Documentation ๐Ÿ“‡

with optional Ollama Integration

Automated Documentation

streamlines your digital workflow by meticulously logging your daily computer activities in a markdown document. From capturing website visits and clipboard changes to monitoring active windows and recording typed text, this tool enhances productivity and keeps detailed records for review. Perfect for professionals and personal use to keep track of digital interactions seamlessly.

Screenshots


Screenshot Program

Screenshot: the main program with built with customtkinter

Screenshot Output Example without Ollama

Screenshot: output example without Ollama

latest example output with OLLAMA: right here


Overview ๐ŸŒŸ

Automated Documentation is a robust desktop application designed to log your daily computer activities comprehensively. From tracking visited websites to capturing text inputs, this tool ensures no significant details escape your notice. ๐Ÿ–ฅ๏ธ๐Ÿ“

Features ๐Ÿ› ๏ธ

  • Website Tracking: Logs all URLs visited throughout the day.
  • Clipboard Monitoring: Monitors and records every change made to the clipboard.
  • Active Window Monitoring: Identifies which window is currently active and captures a screenshot each time it changes.
  • Text Monitoring: Records all typed text until the completion marked by pressing Enter.
  • Screenshot Capturing: Takes screenshots of active windows to provide a visual history.
  • Markdown Documentation: Compiles all recorded activities into a readable Markdown file.

Quick Start ๐Ÿš€

Prerequisites

Ensure you have Python installed along with the following packages:

pip install customtkinter keyboard clipboard pygetwindow pyscreenshot markdown2 ollama

Installation

Installation on Linux

  1. Clone the repository or download the source code:
    git clone https://github.com/tilltmk/automated-documentation.git
  2. Navigate to the project directory:
    cd automated-documentation

Running

Execute the main script to start Automated Documentation:

python ActivityMonitor.py

Installation of required packages on Linux

Debian/Ubuntu
sudo apt-get update
sudo apt-get install python3-pip python3-tk xdotool scrot
sudo pip3 install -r requirements.txt
Arch Linux
sudo pacman -Syu
sudo pacman -S python-pip tk xdotool scrot
sudo pip install -r requirements.txt
openSUSE
sudo zypper refresh
sudo zypper install python3-pip python3-tk xdotool scrot
sudo pip3 install -r requirements.txt
Fedora
sudo dnf update
sudo dnf install python3-pip python3-tk xdotool scrot
sudo pip3 install -r requirements.txt

Installation of required packages on Windows ๐Ÿ–ฅ๏ธ

  1. Clone the repository to your local machine. You can do this by running the following command in your Git Bash:
git clone https://github.com/tilltmk/automated-documentation
  1. This script requires several Python libraries. You can install them by running the following command in your command prompt:
pip install customtkinter keyboard clipboard ollama pyscreenshot pygetwindow
  1. Navigate to the directory containing the script and run it with Python:
cd automated-documentation
python script.py

Replace <directory> with the path to the directory containing the script.

๐ŸŽ‰ Congratulations! You should now be able to run the Python script on your Windows computer!

Note: The exact steps may vary depending on your specific hardware and operating system. For specific questions or issues, we recommend consulting the official Python and library documentation or seeking help from online communities.

Configuration ๐Ÿ”ง

Automated Documentation comes ready to use with default settings, but you can adjust the configurations to better meet your specific needs. Sudo / Root Access might be required on Linux.

Ollama Installation

Please refer to: https://github.com/ollama/ollama

Contributing ๐Ÿค

Just fork it.

License ๐Ÿ“œ

OpenSource under the GNU AFFERO GENERAL PUBLIC LICENSE V3. Please refer to LICENSE.md.

automated-documentation's People

Contributors

tilltmk avatar

Stargazers

waskito shidiq avatar Kira Neumann avatar Torben Haack avatar Steven Evans avatar bannert avatar  avatar

Watchers

 avatar

automated-documentation's Issues

Roadmap

  • URL Capture via PyAutoGUI
  • Make Ollama Optional
  • Release for Linux
  • Optimize Markdown Output

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.