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.
Screenshot: the main program with built with customtkinter
Screenshot: output example without Ollama
latest example output with OLLAMA: right here
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. π₯οΈπ
Enter
.Ensure you have Python installed along with the following packages:
pip install customtkinter keyboard clipboard pygetwindow pyscreenshot markdown2 ollama
git clone https://github.com/tilltmk/automated-documentation.git
cd automated-documentation
Execute the main script to start Automated Documentation:
python ActivityMonitor.py
sudo apt-get update
sudo apt-get install python3-pip python3-tk xdotool scrot
sudo pip3 install -r requirements.txt
sudo pacman -Syu
sudo pacman -S python-pip tk xdotool scrot
sudo pip install -r requirements.txt
sudo zypper refresh
sudo zypper install python3-pip python3-tk xdotool scrot
sudo pip3 install -r requirements.txt
sudo dnf update
sudo dnf install python3-pip python3-tk xdotool scrot
sudo pip3 install -r requirements.txt
git clone https://github.com/tilltmk/automated-documentation
pip install customtkinter keyboard clipboard ollama pyscreenshot pygetwindow
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.
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.
Please refer to: https://github.com/ollama/ollama
Just fork it.
OpenSource under the GNU AFFERO GENERAL PUBLIC LICENSE V3. Please refer to LICENSE.md
.