GitHunt
TH

๐Ÿ“Š FreeLance Compass (FLC) - Modern project management system for freelancers. Track projects, payments, and deadlines with style using Python and CustomTkinter.

FreeLance Compass (FLC)

Professional project management system designed specifically for freelancers.

Features

  • Project lifecycle management
  • Payment tracking
  • Modifications management
  • Financial analytics
  • User-friendly GUI interface

Requirements

  • Python 3.11+
  • Dependencies listed in pyproject.toml

Quick Start

  1. Clone the repository
  2. Install dependencies:
    uv venv
    source .venv/bin/activate  # or `.venv/Scripts/activate` on Windows
    uv pip install -r requirements.txt
  3. Run the application:
    python -m flc.main

Development

  • Uses pre-commit hooks for code quality
  • Follow PEP 8 style guide
  • Write tests for new features

License

MIT License

Languages

Python100.0%

Contributors

Created November 26, 2024
Updated November 26, 2024
TheFoxKD/FLC | GitHunt