Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.
/ sexbook_gtk Public archive

A full-fledged sexual diary with dozens of charts and useful features (GTK version)

Notifications You must be signed in to change notification settings

fulcrum6378/sexbook_gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sexbook (GTK version)

Structure

Sexbook/
├───── data/                   app data
│      ├── sexbook.db          main database
├───── resources/              declarative scripts and media
│      ├─────── css/
│      ├─────── font/
│      ├─────── lang/
│      ├─────── svg/
│      ├─────── ui/            GTK layouts
├───── sexbook/                imperative scripts (code files)
│      ├─────── base/          abstract classes
│      ├─────── ctrl/          controller (MVC)
│      ├─────── data/          model (MVC)
│      ├─────── page/          pages of the app (GTK application windows)
│      ├─────── stat/          everything related to statistics
├───── main.py                 launches the program

Development

  1. Install MSYS2. Beware that it has multiple environments for Windows; we'll use the UCRT64 environment. Check out other environments.

  2. Install these packages using pacman -S [package] (msys64\usr\bin\pacman.exe):

    • mingw-w64-ucrt-x86_64-gtk4
    • mingw-w64-ucrt-x86_64-python-gobject
    • mingw-w64-ucrt-x86_64-python-sqlalchemy
    • mingw-w64-ucrt-x86_64-python-yaml

About

A full-fledged sexual diary with dozens of charts and useful features (GTK version)

Topics

Resources

Stars

Watchers

Forks