Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thefoxkd/flc

📊 FreeLance Compass (FLC) - Modern project management system for freelancers. Track projects, payments, and deadlines with style using Python and CustomTkinter.
https://github.com/thefoxkd/flc

cross-platform customtkinter desktop-app finance-tracking freelance-management freelance-tools payment-tracking project-analytics project-tracker python-gui sqlite-database time-management

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```bash
uv venv
source .venv/bin/activate # or `.venv/Scripts/activate` on Windows
uv pip install -r requirements.txt
```
3. Run the application:
```bash
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