Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thefoxkd/flc
- Owner: TheFoxKD
- Created: 2024-11-26T20:42:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T20:47:32.000Z (about 1 month ago)
- Last Synced: 2024-11-26T21:31:34.004Z (about 1 month ago)
- Topics: cross-platform, customtkinter, desktop-app, finance-tracking, freelance-management, freelance-tools, payment-tracking, project-analytics, project-tracker, python-gui, sqlite-database, time-management
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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