Skip to content

Python desktop application that keeps track of your clothing and outfits.

Notifications You must be signed in to change notification settings

agl320/OutfitLB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OutfitLB

Keeps track of clean and dirty clothing, as well as providing an ability to create outfits.

Features:

  • Custom class hierarchy: Accounts (database) > User profiles > Closets, Clothing, and Outfits
  • Stores Clothing (Top, Bottom, Shoes) in Closets
  • Clothing can be grouped up together to create Outfits
  • Both Clothing and Outfits interact when one becomes dirty/clean
  • Local and online storage for User configs with hashing authentication (WIP)
  • Changing to CustomTkinter for more modern UI (WIP)

Run with py .\main.py

outfit-title

What I want it to look like: OutfitLB-final-GH

What it unfortunately looks like:

Screenshot 2023-09-28 201756

Releases

No releases published

Packages

No packages published

Languages