Professional project management system designed specifically for freelancers.
- Project lifecycle management
- Payment tracking
- Modifications management
- Financial analytics
- User-friendly GUI interface
- Python 3.11+
- Dependencies listed in pyproject.toml
- Clone the repository
- Install dependencies:
uv venv source .venv/bin/activate # or `.venv/Scripts/activate` on Windows uv pip install -r requirements.txt
- Run the application:
python -m flc.main
- Uses pre-commit hooks for code quality
- Follow PEP 8 style guide
- Write tests for new features
MIT License